The goal of this text based game engine is to allow people with little to no programming skill to create a text-based adventure game with relative ease.
We will try to keep conversation about changes in the "Issues" section of this repository. If you want to suggest a new feature, a bug, or find something to work on, check the issues section first.
To make a change to this project, please branch or fork the repository, commit your changes, then submit a pull request. If you don't know how to do that, here is a good guide to get started.
requirements.txt
holds all of the required libraries and their versions.
To quickly install all of the required libraries, enter the following into your terminal/console.
pip install -r requirements.txt
Using the above command allows you to get up and running quickly on working on the project!
Feel free to reach out to us on the PHI-WLU Discord server!