Ongoing building of the mudlib, as a learning project. The master branch is kept in working condition.
This mudlib contains the following parts:
- ext: external modules, including mudcore and www
- system: the system that controls the game
- game: the world players live in
External modules kept separated to allow future updates to the modules; System kept separated from game specific files to allow developing other games in the future.
This repository does not contain driver and configuration file/folders, to run the mudlib, the following file/folders need to be added to root:
- driver: https://www.fluffos.info
- config: see mudcore/ for config example
- data/
- log/
using the web client included in ext/www can access the game from browser
This mudlib is based on "MudCore" from: https://github.com/oiuv/mudcore