]> git.cworth.org Git - lmno.games/history - tictactoe
Add a reference diagram of the 19 glyphs of Scribe
[lmno.games] / tictactoe /
2020-06-06 Carl WorthRename "opponent" in both the interface and the code
2020-06-06 Carl WorthSubtle refinement of the status message.
2020-06-06 Carl WorthBe more selective about when to display buttons for...
2020-06-06 Carl WorthDisplay all players, not just a single component
2020-06-06 Carl WorthDisplay the opponent's name/team next to our own name...
2020-06-06 Carl WorthTighten up the display of the PlayerInfo block
2020-06-06 Carl WorthUse an actual space not an   entity.
2020-06-06 Carl WorthAllow either player to make the first move.
2020-06-06 Carl Worthtictactoe: De-activate board when it's not the player...
2020-06-06 Carl WorthAvoid some repeated references to "this.type"
2020-06-06 Carl Worthtictactoe: Improve player-info block for the case of...
2020-06-06 Carl WorthReturn null from GameInfo and PlayerInfo if they have...
2020-06-06 Carl WorthAdd two buttons to allow the player to choose a team...
2020-06-06 Carl WorthAdd a new fetch_put_json
2020-06-06 Carl WorthAdd key properties to GameInfo and PlayerInfo blocks
2020-06-05 Carl WorthAdd a simple player-info div
2020-06-05 Carl Worthtictactoe: Add a simple game-info div
2020-06-05 Carl WorthRename reset_state() to reset_board()
2020-06-04 Carl WorthRename several internal names from ICantReadThis to...
2020-06-04 Carl WorthRename stepNumber to step_number
2020-06-04 Carl WorthAdd an enum (or an enum-like object) for Team values
2020-06-04 Carl Worthtictactoe: Don't let the user send an illegal move
2020-06-03 Carl WorthExpect defailed error message from the server when...
2020-06-01 Carl WorthRename identifier in the "move" handler from 'square...
2020-06-01 Carl Worthtictactoe: Track API change that /move event now has...
2020-06-01 Carl Worthtictactoe: Adapt to new server event type: game-state
2020-05-27 Carl Worthtictactoe: Increase the size of the board a bit
2020-05-27 Carl WorthChange styling to not put game info to the right of...
2020-05-27 Carl WorthDrop the game history interface.
2020-05-27 Carl Worthtictactoe: Implement a minimally-functional multi-playe...
2020-05-26 Carl Worthtictactoe: Put in place the standard top-level page
2020-05-26 Carl Worthtictactoe: Integrate the standard LMNO styling
2020-05-26 Carl WorthTeach git to ignore tictactoe.js
2020-05-26 Carl WorthAdd a simple tictactoe game, implemented with React