zoeangell/TPMonopoly
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Project Description: A two-player monopoly game that includes the normal rules of Monopoly. Some rules have been simplified for clarity, such as the rent is a percentage of the cost to buy the property and the players can buy each other’s property at twice the price (if there isn’t a house/hotel on it), instead of the typical negotiation between players. The game ends when one player goes bankrupt. Software Dependencies: * Python v3.10 or later * TKinter (if not already configured in python version) * Pillow v10.0.0 * Requests v2.31.0 (Recommended to install with pip3) Run application: $ python3 main.py Shortcut Commands: * Press “r” to restart the game * Press “e” to end the game. *This will make the current player go bankrupt * Press “h” to go back to the home screen. If you do this, the game will restart * Press “v” to have player 2 own all the properties. This is the shortcut way to test the ability to buy houses. * Press “y” to have player 2 own three houses on all the properties. This is the shortcut way to test the ability to buy hotels.