Skip to content

ninhhuynh/monopoly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monopoly

A web client-server multiplayer monopoly board game. Created using vue(mfe folder) for client and express(be folder) for backend.

Client

client

Server

server

Demo

when the server has started

the player choose a name and a image, if one of these two is matched with another existing player, it will not be accepted, however, if both of them is matched, the client will join in as the existing player. join

Turn based dice roll movement, the server will decide who get to roll the dice, when a player move to a block, an action will be perform depend on what block is it, there will be property/chance/communitychest/tax/accountant/park/go/jail/police. if the player land on a property block, he/she can decide to buy it or end the turn property property

when a property is bought an icon of the owner and a state(mortgage? housenumber?) will be shown on the property, if its the owner turn, an mortgage button will appear propownpropnotown

if you press on an property owner icon, you can ask to trade that with the owner trade

The owner will recieve a trading request (25 is the index of the property) tradereply

the property owner will change afterwards tradesuccess

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors