The first thing the player sees when they start the program is the main menu. From here, they can start game, view the high scores, or exit the game.
Before the game is started, the player is asked to enter a name, with at least 3 and no more than 8 characters. They also have the option to return to the main menu, or to exit the game.
After entering their name, the player gets to the first scene. They must react by choosing one of three different options, before the timer runs out. After clicking, they get to the next scene. The game currently contains only placeholder dialogue, because the game currently serves as a sort of “framework”. The content for the game is pulled from a database.
If the time runs out before the player can respond, they lose. Their name and score are not saved into the database, and they have to start over.
If they complete the game successfully, they are shown the “Win screen”. Their name, and a score that is generated from the answers they chose, are put into the high scores. They can view the high scores from this win screen, as well as returning to the main menu or exiting the game.
The high score menu shows the top 20 of players and their related scores. From this screen, the player can also return to the main menu or exit the game.