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
|
don't explode when we watch a null game
|
2024-02-02 19:34:38 -06:00 |
game.go
|
send game state at start of match
|
2024-02-02 19:13:30 -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
|
configurable sqlite dsn
|
2024-02-02 18:29:07 -06:00 |
server.go
|
don't tie game context to queue context
|
2024-02-02 18:43:10 -06:00 |