A tkinter GUI based adventure game on Python. Take the role of Aaron and save yourself by solving Quests and see where this leads you to!
- Python 3.x (preferably 3.6 or higher)
- Install Pillow(PIL) via pip:
pip install pillow
- Read CONTRIBUTING.md before making a contribution!
- Find issues you can help fix from the Issues tab!
- Make a separate branch like
your-username
orname
for example before making changes (Warning: your changes would not be considered if they are directly made on main/master branch) - Feel free to add in Issues such as bugs that you may encounter in the code