100 Days of Code: The Complete Python Pro Boot Camp – Day 25 Project
Re-create Sporcle’s 50 States game.
Map of US as background. Pop up asking to user to enter state. It should continue asking to enter a state until user enters ‘Exit.’
There is a csv file that contains each state and x and y coordinates where should be displayed on the map when correctly guessed.
Stores all correct guesses into a list that can be compared to all states so that it will print a file that shows the states that were missed after user enters ‘Exit’.
- Choose ‘Open in Replit’
- Select ‘Run’ to play/replay the game.
- Close the main.py screen. Maximize the output window.
- Type in states until you can’t think of any more.
- Type ‘Exit’ to stop guessing
- Check the file directory to find the ‘States_To_Learn.csv’ file for states that were missed.