| Overview |
| Select the difficulty level then click on the Start button to begin the game. The map automatically cycles through states that have not been clicked. The state name appears in the box below the map and the corresponding state is highlighted in yellow. Click on the corresponding state on the map before the name changes. The state will turn green if correct and red for an incorrect selection. The score is updated according to the number of correctly selected states and difficulty level. |
| |
| Technical Details |
| This game was constructed using the the MapTron 1022 interactive map. The solution operates on the client side once the page and resources have downloaded from the server. There is no client (browser) to server interaction during game time. The page loads along with JavaScript data and functions used to control the game. Clicking on a state calls on a JavaScript function coloring the state either red or green by updating the map XML. |
| |
| Download |
| This solution is available for download. The solution package contains all files required to build the game interface. Extract all files from the zip compressed package into a new folder on your computer prior to working with the files. |