BETA
Julio Moreno
29
The original monopoly board game.
It still has some functionallity missing (like buying houses and hotels).
You can play with as many players as you w
Python
GrantKeo Love it! I don't have a monopoly board at home. but can you set a limit on how many players there are (It's hard to name 123 players)4 years ago
2
I am triying to make the cards.py file to work, but when a player lands on a chance or community chest place, the game resets. Does anyone have a clue
pyelias When you import main, that re-runs the main.py file, including all your game code. To fix this, you could pass the things you need as arguments, or move card_chooser into main.py.4 years ago