chrisnienart / Minesweeper

Build out a minesweeper game with game play options and top score tracking
MIT License
0 stars 0 forks source link

Game replay #13

Closed chrisnienart closed 2 weeks ago

chrisnienart commented 3 weeks ago

Create a way to replay games. The next release will include:

  1. An encoding of the board size and mine positions
  2. A list of cells clicked
  3. A new json file with gameID, game encoding, list of cells clicked per game
  4. 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
  5. 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

Mock up image to be added

chrisnienart commented 2 weeks ago

This issue has been broken up into several smaller issues.