Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jayanthh71/monopoly
The hit game Monopoly implemented in Python using tkinter
https://github.com/jayanthh71/monopoly
game monopoly monopoly-game monopoly-python python tkinter tkinter-monopoly
Last synced: 25 days ago
JSON representation
The hit game Monopoly implemented in Python using tkinter
- Host: GitHub
- URL: https://github.com/jayanthh71/monopoly
- Owner: jayanthh71
- License: mit
- Created: 2023-05-27T12:54:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-03T06:05:40.000Z (7 months ago)
- Last Synced: 2024-06-03T07:31:51.981Z (7 months ago)
- Topics: game, monopoly, monopoly-game, monopoly-python, python, tkinter, tkinter-monopoly
- Language: Python
- Homepage:
- Size: 1.42 MB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- [Pillow](https://github.com/python-pillow/Pillow)
- [tkextrafont](https://github.com/TkinterEP/python-tkextrafont)
- [mysql-connector-python](https://github.com/mysql/mysql-connector-python)# Running
```sh
pip install -r requirements.txt
python monopoly.py
```# Gallery