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 )
#Features Muddery is still under construction. It will have following features.
It is in Python, so it can run on multiple platforms. Users can install it in just several minutes.
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.
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.
It provides an online game editor. Game designers who know little about programing also can use Muddery to build their games.
cd
to some place you want to do your development.git clone https://github.com/muddery/muddery
python -m venv mudenv
source mudenv/bin/activate
(Linux, Mac) or mudenv\Scripts\activate
(Windows)pip install -e muddery
muddery --init mygame
cd mygame
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
.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.