game
|
use distinct types for player and session ids
|
2024-01-31 22:40:12 -06:00 |
lobby
|
use distinct types for player and session ids
|
2024-01-31 22:40:12 -06:00 |
player
|
get player ids from sessions, not ips
|
2024-02-01 08:26:27 -06:00 |
serve
|
add logout button
|
2024-02-02 17:37:53 -06:00 |
site
|
is it a magic object that can't be jsoned?
|
2024-02-03 09:37:59 -06:00 |
game.go
|
synchronize both player sockets on game start
|
2024-02-03 09:26:46 -06:00 |
go.mod
|
add user credentials stuff
|
2024-01-31 20:52:45 -06:00 |
go.sum
|
add user credentials stuff
|
2024-01-31 20:52:45 -06:00 |
main.go
|
synchronize both player sockets on game start
|
2024-02-03 09:26:46 -06:00 |
server.go
|
synchronize both player sockets on game start
|
2024-02-03 09:26:46 -06:00 |