Interactive Game to learn the names of US states.
-
Python 3.7 & up
-
Open Command prompt and type:
pip install pandas
-
Open Powershell in the local repository folder
-
Type:
python main.py
-
Enter names of states on the US Map. Correct guesses are updated live on the game window.
-
Type "exit" to stop game.
-
A new .csv file is generated at the end of each game session consisting of the names of unguessed states from last game session.