Player minimum of 3 to start a game or scene

Enforced server-side in lobby/start and confirm_scene_setup via
crud_base.has_min_players; Dev Mode bypasses it so local single-player
testing still works. Lobby and scene-setup UIs show a player-count
message instead of the start button when below the minimum.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-12 16:16:49 -07:00
parent 5ad9c9db07
commit 121f2f7498
7 changed files with 94 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
## Preventing blocked play
- [x] **Multiple admins.** The Admin player should be able to grant other players Admin privileges in the admin panel.
- [ ] **Player minimum.** You need at least three players to start a game, or to start a new scene if a player dropped out mid-game.
- [x] **Player minimum.** You need at least three players to start a game, or to start a new scene if a player dropped out mid-game. (Dev Mode bypasses the minimum for local testing.)
- [ ] **Player kicking.** Admins should be able to kick players out of the game so that it doesn't get stuck if a player vanishes. Admins can kick other admins.
## Session management