Monopoly is a multi-player economics-themed board game. In the game, players roll two dice to move around the game board, buying and trading properties, and developing them with houses and hotels. Players collect rent from their opponents, with the goal being to drive them into bankruptcy.
The game is written in Java for the mini-project of the Advanced Programming Course (Spring 22)
- Clone the repository
git clone https://github.com/mfrashidi/monopoly.git && cd monopoly/src/main/java
- Enjoy the game 🚀
bash monopoly.sh
- Playable by 2-4 players
- Interactive interface
- Different buildings and structures
- Manual and random dice rolling
- Add timing to the game
- Test and Add Windows support