Skip to content

nkav/pynopoly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pynopoly

A Monopoly simulator written in Python.

How to Run

$ pip install termcolor
$ python pynopoly.py [-s] [-u <username>] [-c <number of CPUs>] [-t <number of turns>]

Arguments

-s, --simulate: runs through a simulated version where all properties and houses are bought given the opportunity

-u <username>, --username <username>: assigns the main player's name (Default: "Main Player")

-c <number of CPUs>, --cpus <number of CPUs>: changes the number of computer players (Default: 1)

-t <number of turns>, --turns <number of turns>: changes the number of total turns (Default: 10)

Screenshots

ScreenShot

For Upcoming Versions

  • All Community Chest/Chance cards
  • Ability to trade properties
  • Buying Houses/Hotels

About

A Monopoly simulator written in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages