summaryrefslogtreecommitdiff
path: root/pkg/ui/views/game.go
AgeCommit message (Expand)Author
2025-04-27Use the multiplayer's type instead of simple string to send messagesSanto Cariotti
2025-04-27Co-op mode with next player randomlySanto Cariotti
2025-04-24Fix winner text on co-op 2vs2Santo Cariotti
2025-04-24fix: players teamSanto Cariotti
2025-04-24Show who you are on players listSanto Cariotti
2025-04-24Play co-op 2 vs 2Santo Cariotti
2025-04-22fix: do not show the game view if player2 is nilSanto Cariotti
2025-04-18Disable quit keybindings for list on Game pageSanto Cariotti
2025-04-18Restore a gameSanto Cariotti
2025-04-18Add type on messages between peersSanto Cariotti
2025-04-18Use playname-n for peers instead of peer-1 and peer-2Santo Cariotti
2025-04-18Close connection on end gameSanto Cariotti
2025-04-17Logger with also stdout and move logic to network.Me() instead of network.Peer()Santo Cariotti
2025-04-17Handle abandon gameSanto Cariotti
2025-04-17Outcome for a gameSanto Cariotti
2025-04-17Split moves by '\n'Santo Cariotti
2025-04-17Style moves list like the game list on play pageSanto Cariotti
2025-04-17Show only the last 10 movesSanto Cariotti
2025-04-17Use a better UI to show movesSanto Cariotti
2025-04-17Split views on subfilesSanto Cariotti
2025-04-17Reset filter every new moveSanto Cariotti
2025-04-17Choose a moveSanto Cariotti
2025-04-16Send messages for randomm chess moveSanto Cariotti
2025-04-16Remove topics on networkSanto Cariotti
2025-04-13Create adversary's serverSanto Cariotti
2025-04-08Game listSanto Cariotti