bckhm / Monopoly-Kanto-Edition

Text simulation of Monopoly, but in the Kanto Region of the Pokemon World!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monopoly: Kanto Edition

A simple multiplayer Monopoly simulator built in Python, all in the context of the Kanto region in Pokemon

Developed in practice of Object-Oriented Programming and Circular Linked Lists

Requirements

• Python 3.9  
• random, time and re modules

How to play?

Roll the dice and travel to different places in the Kanto region!
Make your opponents pay rent if they go to the places you own and make them bankrupt
The last player standing wins the game!

Simple step-by-step tutorial

instructions

  1. Run maingame.py
  2. Input number of users
  3. Input player names
  4. Roll the dice by pressing ENTER when its your turn
  5. If a place is for sale, an option will appear to buy it. Input Y to do so.
  6. Bankrupt other players and WIN THE GAME!

Rules of the game

• Each tile can only be owned by 1 player
• Being on a tile owned by another player will result in rent being paid
• Income Tax and Super tax tiles will deduct money
• If a player goes bankrupt, they will be removed from the game, and so will their ownership of tiles

License

License: GPL v3

About

Text simulation of Monopoly, but in the Kanto Region of the Pokemon World!

License:GNU General Public License v3.0


Languages

Language:Python 100.0%