aboutsummaryrefslogtreecommitdiff
path: root/lib/chessh/ssh/client/game/renderer.ex
Commit message (Collapse)AuthorAgeFiles
* 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