Skip to content

mfrashidi/monopoly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Monopoly

Monopoly

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)

Example

Installation

  1. Clone the repository
git clone https://github.com/mfrashidi/monopoly.git && cd monopoly/src/main/java
  1. Enjoy the game 🚀
bash monopoly.sh

Features

  • Playable by 2-4 players
  • Interactive interface
  • Different buildings and structures
  • Manual and random dice rolling

TODO ✅

  • Add timing to the game
  • Test and Add Windows support

License

APACHE 2.0