[READY][Architecture] #311-B Extract FupOgFakta phase/state engine from lobby into fupogfakta/ #313
Reference in New Issue
Block a user
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?
Parent issue: #311
Problem statement
The current implementation places concrete
lie -> guess -> reveal -> scoreboardbehaviour inlobby/. That means the platform layer currently behaves like the FupOgFakta engine.Expected value / why now
This restores the intended cartridge boundary so FupOgFakta owns its own rules, transitions, and game-specific state handling.
Acceptance criteria
lobby/intofupogfakta/(or an explicit game-cartridge layer under that app).lobby/limited to generic session/container concerns and routing/orchestration into the game layer.Scope boundary