Monopoly consists of "Rounds" (for each person in game, execute actions until it's the first persons turn again) called "Layer 1" from here on. Each rounds consists of an action performed by each player called "Layer 2".
The game could implement checks after a Layer 1 round for which if the check is truthy, a switch to another game occurs.
Switching occurs if the check is truthy (this check happens after a "Layer 1" round). A switch on Layer 2 would probably be in-balanced and thus create quite some chaos, but should also be considered.
- META add other games which also use money or other concepts from monopoly or poker (for example a card game added into poker).
- MONOPOLY: add more directions into monopoly (two boards with conditions for getting from one board to the next)
- MONOPOLY: add vehicles to monopoly (buy a car and get a multiplier on the places you move foward)
- META: add loans
- META time based switches (idea from @maride)
- MONOPOLY: add companies
emile - 1731525159.665622s - generated using vokobe "0.1.3"