summaryrefslogtreecommitdiff
path: root/lib/chessh/ssh/client/game/renderer.ex
AgeCommit message (Collapse)Author
2023-06-10Use flipElizabeth Hunt
2023-05-29Bots (#23)Elizabeth (Lizzy) Hunt
* squash all the things for bots * fix warnings * change colors a bit and README updates * fix frontend warnings
2023-03-13Move history (#18)Lizzy Hunt
* store move history * Add previous game viewer
2023-02-08Show previous move in message body, which notification is now instant, add ↵Simponic
check highlighting
2023-01-28Ensure board is flipped when starting a game as dark, move some constants to ↵Simponic
environment variables, minor frontend changes:
2023-01-27Add last move schema, add highlighting in renderer (#13)Simponic
2023-01-25Fix initial render when game joined by creating new state in genserver init, ↵Simponic
also some more color changes
2023-01-20Add pagination menusSimponic
2023-01-20Refactor client game for a bitSimponic
2023-01-17Persistent game (#5)Logan Hunt
* 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