## Description
Monop is a terminal implementation of the Monopoly board game. Players take
turns to move along the board and purchase property. After all properties in a
set have been acquired by a player, they may then develop houses and hotels on
any of those locations. Other players that land on an owned location must pay
rent to the owning player, based on the land value of the location and the
development on it. The objective is to obtain a Monopoly on all property in
play, while bankrupting your opponents.
This version must be played with human players, using commands to dictate
actions to take on a given turn. For example, ‘print’ will display the current
state of the board, while ‘trade’ will start a trade of properties/cards/money
with another player.