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 refs
section of the repo, choose the tag you want to download from (the latest one is recommended), and just download run the executable for your respective OS. Alpha releases will be codenamed "Quantum Rock"
, Beta releases will be codenamed "Small Stone"
, and Stable releases will have their own codename.
Releases, updates and other changes or news will be recorded on the `~jtech-labs/[email protected] mailing list.
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.
If for any reason you experience any issues with the game program, please send an email to our mailing list at ~jtech-labs/[email protected]
.
For any contributions please send an email to ~jtech-labs/[email protected]
. We kindly ask you too read the man page and the mailing list etiquette on the sr.ht website.
All contributors are required to "sign-off" their commits (using git commit -s) to indicate that they have agreed to the Developer Certificate of Origin, reproduced below:
Developer Certificate of Origin
Version 1.1
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
1 Letterman Drive
Suite D4700
San Francisco, CA, 94129
Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or
(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or
(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.
(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.