/geoguesser-utsc

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Geoguesser UTSC Edition

GitHub issues GitHub Contributors GitHub size

Geoguesser game but with UTSC locations instead

Screenshot of main game screen Screenshot of gameover screen

Usage/Installation

  1. Cloning the repository:
git clone https://github.com/conrad-mo/geoguesser-utsc.git
  1. Install pillow via pip
pip install pillow
  1. Check you have tkinter installed from python (Tkinter should be preinstalled on unix-based systems and should be installed via python initial installation on windows)

  2. cd into the directory

  3. Run the main.py file

Troubleshooting

For issues related to running, please ensure you are running main.py with pillow installed via pip.

If issue persists, open an issue in GitHub issues section.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.