index
:
rahanna
main
A P2P chess game, co-op 2vs2
dcariotti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
ui
/
views
/
game.go
Age
Commit message (
Expand
)
Author
2025-04-27
Use the multiplayer's type instead of simple string to send messages
Santo Cariotti
2025-04-27
Co-op mode with next player randomly
Santo Cariotti
2025-04-24
Fix winner text on co-op 2vs2
Santo Cariotti
2025-04-24
fix: players team
Santo Cariotti
2025-04-24
Show who you are on players list
Santo Cariotti
2025-04-24
Play co-op 2 vs 2
Santo Cariotti
2025-04-22
fix: do not show the game view if player2 is nil
Santo Cariotti
2025-04-18
Disable quit keybindings for list on Game page
Santo Cariotti
2025-04-18
Restore a game
Santo Cariotti
2025-04-18
Add type on messages between peers
Santo Cariotti
2025-04-18
Use playname-n for peers instead of peer-1 and peer-2
Santo Cariotti
2025-04-18
Close connection on end game
Santo Cariotti
2025-04-17
Logger with also stdout and move logic to network.Me() instead of network.Peer()
Santo Cariotti
2025-04-17
Handle abandon game
Santo Cariotti
2025-04-17
Outcome for a game
Santo Cariotti
2025-04-17
Split moves by '\n'
Santo Cariotti
2025-04-17
Style moves list like the game list on play page
Santo Cariotti
2025-04-17
Show only the last 10 moves
Santo Cariotti
2025-04-17
Use a better UI to show moves
Santo Cariotti
2025-04-17
Split views on subfiles
Santo Cariotti
2025-04-17
Reset filter every new move
Santo Cariotti
2025-04-17
Choose a move
Santo Cariotti
2025-04-16
Send messages for randomm chess move
Santo Cariotti
2025-04-16
Remove topics on network
Santo Cariotti
2025-04-13
Create adversary's server
Santo Cariotti
2025-04-08
Game list
Santo Cariotti