github.com/TheSingingFox/guile-mud-lab ↗
An engine to build adventures
Open this visualization on its own page →
Contributors
2
Lines of Code
26
From
2020-11-04
To
2020-11-11
About TheSingingFox/guile-mud-lab
Guile Mud-Lab is a library written in Scheme for creating multi-user dungeon (MUD) games and text-based adventures. Currently the project is in development as a single-player experience, though its stated goal is to eventually support multiplayer gameplay. The library provides the core engine and tools needed to build interactive adventure games with a focus on creating MUD-like experiences.
The project is built on top of Guile, a practical Scheme implementation, and uses Guile Hall as a build and dependency management tool. Installation requires these two prerequisites to be available on the system. The repository includes an example game that demonstrates how to use the library—after installation, users can simply make the example executable and run it to see the engine in action.