mirror of
https://github.com/tiennm99/gomoku.git
synced 2026-07-17 00:16:56 +00:00
- boot-scene: connects WS, waits for NICKNAME_SET then starts MenuScene - menu-scene: subscribes to CLIENT_CONNECT/NICKNAME_SET/SHOW_OPTIONS/SHOW_ROOMS/ ROOM_CREATE_SUCCESS/ROOM_JOIN_SUCCESS/ROOM_JOIN_FAIL_*/GAME_STARTING; delegates to menu-ui stubs; proper shutdown() unsubscribes all handlers - game-scene: Board+Stone stub integration, hover preview, click→sendGameMove, GAME_MOVE_SUCCESS/GAME_OVER/CLIENT_EXIT/GAME_STARTING/SPECTATOR_CANNOT_ACT/ move error events all wired; audio feedback; shutdown() cleanup