mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-20 13:50:46 +00:00
- Create break_escape_missions table (metadata only) - Create break_escape_games table (state + scenario snapshot) - Add Mission model with ERB scenario generation - Add Game model with state management methods - Use JSONB for flexible state storage - Polymorphic player association (User/DemoUser)