index
:
rahanna
main
A P2P chess game, co-op 2vs2
dcariotti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-04-24
release: version 0.2.1
Santo Cariotti
2025-04-24
ci: remove release
Santo Cariotti
2025-04-24
release: version 0.2.0
Santo Cariotti
2025-04-24
Play co-op 2 vs 2
Santo Cariotti
2025-04-22
tests: fix sleep for server start
Santo Cariotti
2025-04-22
FIx duplicated code
Santo Cariotti
2025-04-22
Fix typo
Santo Cariotti
2025-04-22
release: version 0.1.1
Santo Cariotti
2025-04-22
Use machine IP
Santo Cariotti
2025-04-22
Use remote docker image for docker-compose
Santo Cariotti
2025-04-22
Fix video
Santo Cariotti
2025-04-22
release: version 0.1.0
Santo Cariotti
2025-04-22
Add README and LICENSE
Santo Cariotti
2025-04-22
release: version 0.0.9-2
Santo Cariotti
2025-04-22
release: version 0.0.9-1
Santo Cariotti
2025-04-22
ci: remove `push: true` from ghcr
Santo Cariotti
2025-04-22
ci: fix assets upload
Santo Cariotti
2025-04-22
release: version 0.0.9
Santo Cariotti
2025-04-22
Add release.sh script
Santo Cariotti
2025-04-22
ci: publish and release
Santo Cariotti
2025-04-22
Add Docker
Santo Cariotti
2025-04-22
Add address as env var for API
Santo Cariotti
2025-04-22
More session names
Santo Cariotti
2025-04-22
fix: do not show the game view if player2 is nil
Santo Cariotti
2025-04-22
Search a not used name for a session name
Santo Cariotti
2025-04-22
Return a port only in the ephemeral ports range
Santo Cariotti
2025-04-18
Disable quit keybindings for list on Game page
Santo Cariotti
2025-04-18
Use "ctrl+c" for quitting on play
Santo Cariotti
2025-04-18
Avoid to recall `newGameCallback()` if not in landing 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 connections made by a struct of `net.Conn` and address
Santo Cariotti
2025-04-18
Store peer addresses too
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-18
Log sent messages
Santo Cariotti
2025-04-17
Move internal/network package to pkg/p2p
Santo Cariotti
2025-04-17
Logger with also stdout and move logic to network.Me() instead of network.Peer()
Santo Cariotti
2025-04-17
Show icon for win/lose/draw on play landing page
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
Fix "Q" space for game
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
[next]