Orlac / monopoly

A fully functional Monopoly game in JavaScript and HTML/CSS. Support 2-8 players, and has a framework for AI players, but no implementation. If you write an AI, please make a pull request.

Home Page:http://www.intrepidcoder.com/projects/monopoly/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#monopoly

This is a basic JavaScript/HTML/CSS Monopoly implementation. Up to eight players can play at once. If you're familiar with Monopoly, game play should be fairly self-explanatory. But if you have trouble, hovering the mouse over a control will usually display more information. Please report any issues you find.

Play online at https://intrepidcoder.github.io/monopoly/ or http://www.intrepidcoder.com/projects/monopoly/ (alternate version).

New: Added capability to play against an AI. A AI for demonstration purposes only is included. A future update will include a more realistic opponent.

About

A fully functional Monopoly game in JavaScript and HTML/CSS. Support 2-8 players, and has a framework for AI players, but no implementation. If you write an AI, please make a pull request.

http://www.intrepidcoder.com/projects/monopoly/


Languages

Language:JavaScript 82.4%Language:HTML 9.5%Language:CSS 8.1%