An interactive educational game built with Python’s Tkinter library, where players guess the names of all U.S. states. The game displays a map of the United States, and when a state is correctly guessed, its name appears on the correct location on the map. If the player doesn’t guess all states, the program automatically generates a text file listing all the missed states in alphabetical order for review. This project demonstrates skills in GUI programming, file handling, and interactive game logic using Python.