Closed DylanSp closed 2 years ago
Visually, I'm thinking of a component on the right side (on landscape screens; not sure about portrait viewports) that displays the game states interspersed with the moves. Design:
Interspersing elements: see https://stackoverflow.com/questions/37128624/terse-way-to-intersperse-element-between-all-elements-in-javascript-array. Maybe map game states to even indexes, records of moves to odd indexes?
Duplicated by https://github.com/DylanSp/tic-tac-toe-react/issues/45.
It'd be nice to see a history of the moves made in a game, as well as being able to jump back to previous states.