intrepidcoder / monopoly

A fully functional Monopoly game in JavaScript and HTML/CSS. Play online: https://www.intrepidcoder.com/projects/monopoly/
MIT License
353 stars 214 forks source link

Add some AIs #1

Closed intrepidcoder closed 6 years ago

intrepidcoder commented 9 years ago

I updated the user interface to support AIs. Now I just need to write one. Several different difficulties would be nice. In any one cares to implement one, send me a pull request. I wrote a reference AI, look at the AITest object in the Monopoly.js file.