• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

muddery: Muddery is an online text game (like MUD) framework in Python

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

muddery

开源软件地址:

https://gitee.com/muddery/muddery

开源软件介绍:

Intro

Muddery is an online text game (like MUD) framework in Python. It is licensed under 3-clause BSD license.

Our chinese website is http://www.muddery.org.(欢迎访问中文网站:http://www.muddery.org

#FeaturesMuddery is still under construction. It will have following features.

  1. It is in Python, so it can run on multiple platforms. Users can install it in just several minutes.

  2. It uses webpage as client. The data between server and client are in JSON. The client is responsible for display, so users can customize the display style by modifying the webpage. Muddery can support simple images and sounds, but it does not support Telnet and other common MUD clients. We may build native app client for it in the future.

  3. It will provide a series of modules, such as battle system, skill system, equipment system, etc. Users can use these modules to build their own game.

  4. It provides an online game editor. Game designers who know little about programing also can use Muddery to build their games.

Installation

  1. Install Python3.7+ and GIT. Start a Console/Terminal.
  2. cd to some place you want to do your development.
  3. git clone https://github.com/muddery/muddery
  4. python -m venv mudenv
  5. source mudenv/bin/activate (Linux, Mac) or mudenv\Scripts\activate (Windows)
  6. pip install -e muddery
  7. muddery --init mygame
  8. cd mygame
  9. muddery start

Muddery should now be running and you can connect to it by pointing your web browser to http://localhost:8000.

If you want to stop the server, you can use muddery stop.


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap