Create a way to replay games. The next release will include:
An encoding of the board size and mine positions
A list of cells clicked
A new json file with gameID, game encoding, list of cells clicked per game
A new analysis page
4a. Display gameID with game details
4b. Render an analysis board that can display the board positions associated with each click
4c. List of clicks, with one click per row
Analysis controls
5a. Buttons to 'Jump to beginning' (<<), Step backward (<), Step forward (>), Jump to end (>>)
5b. Annotation list with click number and cell clicked. Clicking on the annotation will jump to the game position
5c. Menu to pick which game to display including Previous and Next game buttons
Create a way to replay games. The next release will include:
Mock up image to be added