5 Star 18 Fork 7

muddery / muddery

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
BSD-3-Clause

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

#Features Muddery 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.

BSD license =========== Copyright (c) 2015, Lu Yijun All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the Copyright Holders nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

简介

Muddery is an online text game (like MUD) framework in Python 展开 收起
Python 等 5 种语言
BSD-3-Clause
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/muddery/muddery.git
git@gitee.com:muddery/muddery.git
muddery
muddery
muddery
master

搜索帮助