Cactus is a simple engine used to build Zork-style adventure games. Cactus is still in it's early stages of development, but will be updated as regularly as possible, and with as many new features as possible. I hope you enjoy Cactus!
- Clone the repository
git clone https://github.com/ShearOfDoom/Cactus.git
- Install
python setup.py install
Please see our license. You are required to add attribution (again, see license for details). By default, this attribution is included in the about
command.
- Stack Exchange chat room (requires 20 rep on the Stack Exchange network)
- GitHub issues
- Reddit (may be still private [as of June 07 2015])
We more or less follow the PEP 8 style guide. We do have the following changes to it:
- For classes, we use the argument
self
instead ofcls
, as PEP 8 requires - We allow extra spaces around assignment
- Always use double quotes
- Always use docstrings for every method except
__init__()
Feel free to do a PR and check out our issues. Contact us if you have any questions or concerns.
All content in this repository (unless otherwise noted or externally hosted) is licensed under a modified MIT license. By contributing, you agree to license your content under the same license.
A copy of this is provided in the Information/LICENSE.txt
file.