Click Green Flag to start a geography quiz of US state capitals. States are elected randomly. You can return as the previous player to improve your score and try to do better on mistaken guesses.
I downloaded a list of US states and capitals and put them in separate sits based on the same index. While the game is running, a random number is generated to select the next state. If this is a state that has not been correct answered before (or well enough), then the question is printed. A running tally of success rate is calculated as you go. This was intended as a simple guessing game and homework aid for any kids who need "flashcards" for studying. Messages are broadcast between buttons (Sprites) to control the initial game flow and the visibility of each button.