A Python framework to allow AI algorithms to compete at playing Monopoly
This project is maintained by richard-shepherd
This year's challenge is to create algorithms in Python which play Monopoly. The closing date for entries is 4th February 2014, so get coding!
Monopyly uses Python 3.2. If you do not already have a preferred Python IDE, I recommend PyCharm.
Download the Monopyly code using the link to the left and unzip it. Run main.py to see a tournament played between the sample AIs, and take a look at the sample code in the AIs folder.
Create your own AI by adding a package to the AIs folder. Your package must expose a class that derives from PlayerAIBase and overrides its functions.
To enter please mail me: richard.s.shepherd@gmail.com. I will add you to a mailing list so that you can be notified of any API changes or bug fixes.