summaryrefslogtreecommitdiff
path: root/lib/chessh/ssh/client/game/renderer.ex
AgeCommit message (Collapse)Author
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