monopoly board

This commit is contained in:
Adolfo Reyna
2026-01-31 22:00:46 -05:00
parent 561f7c5951
commit fa4c6f00ca
9 changed files with 464 additions and 135 deletions

View File

@@ -37,8 +37,8 @@ private:
bool just_sent_to_jail;
// UI selection state
int selected_action; // 0: Roll, 1: Buy, 2: End Turn
static constexpr int ACTION_COUNT = 3;
int selected_action; // 0: Context action (Roll or End Turn), 1: View Board
static constexpr int ACTION_COUNT = 2;
// Modal games
Game* active_modal = nullptr;