This repository contains the code files for a simple text-based adventure game in Python.
The structure of this repository is as follows:
.
+-- README.md
+-- src
| +-- main.py
+-- docs
| +-- README.md
There is no explicit installation required. All you need is a way of running Python code. This could be via a local development environment or via some browser-based software such as Repl.it.
The game can be played by executing the command python src/main.py
.
The gameplay should, as closely as possible, satisfy the following requirements:
If you have questions about or issues with this repository, please head to the Github issues board to discuss.
This code is published under the MIT license, allowing all of the associated freedoms permitted. This repository, the pull requests and issues are all used only for teaching purposes, so please feel free to use for your own means as much as is allowed under the MIT license.