Overview
Monopoly game implementation in Python made for a school project :)
-
It has most of the features of the original Monopoly combined with some modifications inspired by Monopoly Cheater's Edition.
-
Has MySQL integration to save upto 4 game instances for later use.
-
Can be played with upto 4 people, can be played against PC as well.
-
Missing features include property trading, hotels and mortgages (Might get added in a future update).
Dependencies
Running
pip install -r requirements.txt
python monopoly.py
Gallery
<img width="642" alt="image" src="https://github.com/jayanthh71/monopoly/assets/134786265/7d12db70-5008-48fa-8c30-8fdfac483c6a">
<img width="642" alt="image" src="https://github.com/jayanthh71/monopoly/assets/134786265/a7dd6576-78a2-43ef-b0f3-f047a48210e0">
<img width="642" alt="image" src="https://github.com/jayanthh71/monopoly/assets/134786265/922f149d-b938-4f14-85a1-9f782437fb77">
<img width="642" alt="image" src="https://github.com/jayanthh71/monopoly/assets/134786265/5ee93059-9ac0-4d5b-8179-060f4db75624">
<img width="642" alt="image" src="https://github.com/jayanthh71/monopoly/assets/134786265/e2c705cd-ee6e-4f77-8f48-516c59284c82">
<img width="642" alt="image" src="https://github.com/jayanthh71/monopoly/assets/134786265/e13eeb38-0ffe-4307-9db3-2a17753b571a">
<img width="642" alt="image" src="https://github.com/jayanthh71/monopoly/assets/134786265/60e1a09f-e1f4-4fb0-a595-ff49731fab80">
<img width="642" alt="image" src="https://github.com/jayanthh71/monopoly/assets/134786265/0853a140-e043-4fa0-9554-c75fd9469460">