Skip to content

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.

Notifications You must be signed in to change notification settings

noah-felten/Felten-Monopoly

 
 

Repository files navigation

#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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.4%
  • HTML 9.5%
  • CSS 8.1%