Quizy is a geography game. Quizy challenges players to guess the regions of a specific country.
- Python 3.10.12;
- Tkinter library;
- Turtle library;
- Pandas library;
From the repository's directory, run the following command:
python3 main.py
Quizy is initially structured in three phases:
- 🇧🇷 Brazil and its states;
- 🇸🇮 Slovenia and its regions;
- 🇨🇳 China and its provinces;
Each phase displays a map and an input window where the user has to insert the name of the states/regions/provinces. The game checks if the user input matches with a state/region/province name and add to it in the map.
If you would like to contribute to this humble project, please fork the repository and open a pull request.
I would like to thank Dr. Angela Yu for making the course 100 Days of Code, from which I got the starting point of this project.