Commit Graph

2 Commits

Author SHA1 Message Date
b931ef5a01 feat(game): improve mode state handling and active player UI
* Rename and consolidate ball state tracking across game modes
* Add ball finalization and win-condition hooks
* Track foul points by negating reaped ball points
* Update turn switching and ball processing flow
* Add active-player indicator to the camera controller UI
* Refresh active-player label when the turn changes
2026-08-12 21:38:49 -05:00
09369d3dd4 refactor: reorganize networking and data bridge scenes
* Move networking scenes under `controllers/networking`
* Move data bridge scene under `scenes/data`
* Rename the bridge node to `data_bridge`
* Update lobby UI scene path
* Remove unused lobby RPC node/script
2026-08-12 16:52:16 -05:00