Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 761 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 761 Bytes

SaveMe

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!

Requirements

  • Python 3.x (preferably 3.6 or higher)
  • Install Pillow(PIL) via pip:
    pip install pillow

For contributors

  • Read CONTRIBUTING.md before making a contribution!
  • Find issues you can help fix from the Issues tab!
  • Make a separate branch like your-username or name 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