Files
games/features/snakegame/handlers.go
Ryan Hamamura de78ba6d39
All checks were successful
CI / Deploy / test (pull_request) Successful in 13s
CI / Deploy / lint (pull_request) Successful in 24s
CI / Deploy / deploy (pull_request) Has been skipped
refactor: extract GameService for Snake NATS/chat handling
Apply the same service pattern from Connect 4 to Snake game.
Handlers now receive the service and call its methods instead of
managing NATS connections directly. Also aligns heartbeat to 10s
and removes ConnectionIndicator patching (matching C4 changes).
2026-03-03 12:25:25 -10:00

7.5 KiB