Backgammon server powering bgammon.org
Find a file
2023-08-26 19:47:12 -07:00
cmd/bgammon-server Add initial JSON events 2023-08-26 19:47:12 -07:00
board.go Add game logic 2023-08-22 17:05:35 -07:00
client.go Add basic command parsing and handling 2023-08-03 22:29:54 -07:00
command.go Add initial JSON events 2023-08-26 19:47:12 -07:00
event.go Add initial JSON events 2023-08-26 19:47:12 -07:00
game.go Flip spaces for player 2 2023-08-25 01:39:43 -07:00
gamestate.go Add move command 2023-08-25 00:26:56 -07:00
go.mod Initial commit 2023-07-31 16:46:28 -07:00
LICENSE Initial commit 2023-07-31 16:46:28 -07:00
player.go Add game logic 2023-08-22 17:05:35 -07:00
PROTOCOL.md Add initial JSON events 2023-08-26 19:47:12 -07:00