top of page

Monopoly JavaScript Game Version 1

Screenshot (84887).png

A version of Monopoly I made to practice HTML, CSS and JavaScript. This is one of the first games I made. This was a simple game I made to practice web development and design. In this version, you are the only player and you have to earn $100,000 to win by getting community and chance cards. Because you are the only player, there is no buying of spots because there would be no purpose without other players to play against. 

Flute Wing 3.png
Screenshot (92385).png

However, each time you roll, you have to pay 10% of your earnings. My main goal was to make a playable game from a version of Monopoly if there was only one player using JavaScript and to practice making more complex UI using HTML and CSS

Screenshot (92425).png

One of the challenges of programming this game was being able to display and change the images of the community and chance cards and dice, which required me to learn object oriented programming for JavaScript. 

I had to learn methods to remove images from dividers and to add on appropriate images in their place. Click on the top image to download the files for the game or download the repository for the game on my GitHub account from the link below.

bottom of page