Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 693 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 693 Bytes

US_states_guessing_game

The Turtle library is used to make the state names move onto the map after a correct guess. If you fail to guess all 50 states correctly, a .txt file is generated listing the states you missed.

Live demo: https://replit.com/@GraemeBalint/USStatesGuessingGame?v=1

Instructions:

  1. Open the live demo link and click the green run button (its slow, takes about 5 seconds after clicking the button). Follow the on-screen prompts.
  2. If you are unable to name all of the states, navigate to the "Show Files" button on the left and click on "states_to_learn.txt".

Project goals:

  1. Explore Turtle and Tkinter libraries.
  2. Create a fun, interactive game.