Skip to content

JaafarMehdi/monopoly

 
 

Repository files navigation

Disclosure:

This is a fork of gamescomputersplay/monopoly. This version differs from the original.

Intro:

After watching the video What's the probability of an endless Monopoly game? (simulating 1.000.000 games in Python) [1] I wanted to ckeck the code. The original author didnt implement auctions witch seemed to me an important factor and I'm interested in checking how the results will be altered.

Done so far:

  • Splitted the code into some files

TODO:

  • cleanup after splitting
  • adding some better logging
  • adding better analytics that dont rely on txt log files
  • adding auctionning
  • checking other rules to add
  • parametrize player beaviour more granurally

Sources about monopoly that inspired or helped develop this version