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:
- 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.
- 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:
- Explore Turtle and Tkinter libraries.
- Create a fun, interactive game.