The U.S. States Game is an interactive educational game developed in Python using the turtle module and Pandas. The goal of the game is to test and improve the player’s knowledge of U.S. geography in a fun and dynamic way.
🎮 Gameplay Overview:
A blank map of the United States is displayed, and the player is prompted to guess the names of all 50 states. Each correct answer is marked on the map in real time, showing the name of the state at its correct location.
🧠 Features:
- Real-time feedback with state names appearing on the map
- A score tracker showing how many states have been guessed
- Option to exit the game early, with a CSV file generated listing the states still to learn
- Data management handled using Pandas
- GUI powered by Turtle graphics
⌨️ User Input:
- Players type state names in a text box until they guess all 50 or choose to stop.
💡 What I learned:
This project allowed me to combine data processing with visual representation. I practiced reading and manipulating CSV files with Pandas, using coordinate data for visual positioning, and building an interactive user experience with turtle.
📂 Technologies used:
- Python
- Turtle graphics module
- Pandas
- CSV data
Learn geography the fun way — one state at a time!
View the project on GitHub (insert your repo link here)
Deja un comentario