This is a simply written "choose your own story" style RPG text adventure game made in Python and inspired by the 1976's Colossal Cave Adventure.
This program is written by high schoolers in our spare time so please be respectful if updates take some time to be released. The Python files are compiled into executables with Nuitka using the respective OS. All the code is licensed under GNU GPL v3.0.
For the downloads please go to the releases
section of the repo and just run the executable for your respective OS (currently only Windows). Alpha releases will be codenamed "Quantum Rock"
, Beta releases will be codenamed "Small Stone"
, and Stable releases will have their own codename.
From v0.0.2 the way the code worked and was organised got remade which will help boost development speed. The v0.0.2Alpha-r is the same as previous just replaced with the new code format. All packages before v0.0.2Alpha-r where made with pyInstaller, all packeges after this one are make with Nuitka.
MonumentalMountain has several special features. If you would like to see all the Features, Bosses, NPCs, and Items, go to Features.md.
Please open an issue or make a pull request if you feel something needs adding or changing, the programming team or kind people of the community will try to respond as soon as possible.