]> git.cworth.org Git - lmno.games/commit
Drop the game history interface.
authorCarl Worth <cworth@cworth.org>
Wed, 27 May 2020 04:20:22 +0000 (21:20 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 27 May 2020 04:20:22 +0000 (21:20 -0700)
commitd1b224fb4410e5ae5a06a5a8edc707524f1c2b73
tree54b4854277438bf74a2105bb526300d1c3eb0969
parent9d201384db591cc94d872c4046a2bc67d1c57133
Drop the game history interface.

Not that it's bad to let the user go back and forth to see what
happened, but the interface here was particularly clunky, (both for
being rendered as a list of buttons and also for allowing the user to
fire off new moves wen viewing old history state).

This commit simply guts the rendering of the "moves" list. It doesn't
yet remove the jumpTo code that's now dead.
tictactoe/tictactoe.jsx