OPENING: this is the root page and the game will open here and shall provide access to the following sub-pages:
NEW MATCH: match type (hunter or survivor) selection page
OPTIONS: game option page
EDITOR: level editor
HIGH SCORE: top ten for each match type
EXIT: exit confirmation page
Each game page shall implement the GamePage interface providing consistent handling for common behavior (e.g. pressing ESC for exiting the current page)
The Game will have the following pages:
Each game page shall implement the GamePage interface providing consistent handling for common behavior (e.g. pressing
ESC
for exiting the current page)