Phase 2.1: HTTP server foundation and game session management #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Set up the HTTP server with session handling for the web game. Each player gets a game session identified by a session ID. The server manages the game state lifecycle.
Tasks
cmd/server/main.goentry pointGameSessionstruct holdingGameStateper sessionDepends On
Acceptance Criteria