https://github.com/poripouria/monopoly-game
Monopoly game (2-4 players) + AI Agent
https://github.com/poripouria/monopoly-game
Last synced: about 1 month ago
JSON representation
Monopoly game (2-4 players) + AI Agent
- Host: GitHub
- URL: https://github.com/poripouria/monopoly-game
- Owner: poripouria
- Created: 2023-03-28T09:21:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-27T12:01:36.000Z (over 2 years ago)
- Last Synced: 2025-04-09T20:36:32.271Z (6 months ago)
- Language: Python
- Homepage:
- Size: 148 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Monopoly game (2 to 4 players) and AI Agent
Project for:- Amirkabir University of Technilogy (Tehran Polytechnic)
- Computer Scince department
- Artificial Inteligence Course
- Expectiminimax Algorithm# How to play:
1- Download ZIP file
2- Extract it
3- RUN main.py
4- Enjoy the game
# Rules:
Game starts with 2-4 (based on your choice) players and 40 properties. Each player has 1500$ at the beginning of the game, Players should try to reach max_money=3000.The winner is the player who:
- 1- Has the most money at the end of the game.
- 2- Has reached to max_money=3000.
- 3- Be the last player who left the game.