aboutsummaryrefslogtreecommitdiff
path: root/lib/chessh/ssh/client/game/renderer.ex
Commit message (Collapse)AuthorAgeFiles
* Show previous move in message body, which notification is now instant, add ↵Simponic2023-02-081
| | | | check highlighting
* Ensure board is flipped when starting a game as dark, move some constants to ↵Simponic2023-01-281
| | | | environment variables, minor frontend changes:
* Add last move schema, add highlighting in renderer (#13)Simponic2023-01-271
|
* Fix initial render when game joined by creating new state in genserver init, ↵Simponic2023-01-251
| | | | also some more color changes
* Add pagination menusSimponic2023-01-201
|
* Refactor client game for a bitSimponic2023-01-201
|
* Persistent game (#5)Logan Hunt2023-01-171
* Remove unnecessary server in board * Initial persistent games * Remove done chessh README stuff, warning issue * Show current players and move * Add promotion * Merge default changeset on all status