Overview
A complete digital version of the Monopoly Canterbury Edition board game, built from scratch using Python and Pygame. Every property, card, and rule from the Canterbury board has been digitised.
Features
- Full Monopoly ruleset — buying, renting, building houses and hotels, mortgaging, bankruptcy
- Single-player (vs. CPU) and multiplayer (local, pass-and-play)
- Save & load — serialised game state so long games can be paused and resumed
- Canterbury-specific property names, colours, and board layout
- Smooth Pygame-rendered board and pieces
Tech Stack
Python · Pygame · OS · datetime · random