Skip to content

US states' name guesser game made with Python using Turtle and Pandas

Notifications You must be signed in to change notification settings

shivamj62/State-Name-Guesser

 
 

Repository files navigation

State-Name-Guesser

Interactive Game to learn the names of US states.

Prerequisites:

  • Python 3.7 & up

  • Open Command prompt and type:

    pip install pandas

To run in terminal:

  • Open Powershell in the local repository folder

  • Type:

     python main.py

How to Play

  • 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.

Game Images


Game Launch Window




Game in Progress



About

US states' name guesser game made with Python using Turtle and Pandas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%