summaryrefslogtreecommitdiff
path: root/lib/chessh/ssh/tui.ex
AgeCommit message (Collapse)Author
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
2023-01-13Remove warningsLogan Hunt
2023-01-11Done moving menu to genserver architectureSimponic
2023-01-06Checkpoint - board is drawn!Simponic
2023-01-02Now a simple logo draws in the center of the terminal, terminal size is ↵Simponic
limited, and resizing support
2022-12-31Better logging, close previous sessions once session threshold has been reachedSimponic
2022-12-31A simple stalling TUI! Also, ensure sessions are counted correctly. Next up, ↵Simponic
some way of pub-sub across multiple nodes