Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Try it out here! https://monopoly-deal-zrnz.onrender.com/

Monopoly Deal

Real-time multiplayer Monopoly Deal card game for 2-4 players.

Screenshot 2026-07-08 at 11 26 20 AM

Run

npm install
npm start

Open http://localhost:3000, create a room, and share the 4-letter code. Other players on the same network can join at http://<your-lan-ip>:3000.

How it works

  • server/cards.js — the full 106-card deck definition
  • server/game.js — server-authoritative rules engine (turns, rent, payments, Just Say No chains, win detection)
  • server/index.js — Express + Socket.IO room handling with reconnect support
  • public/ — the client: rendering, modals, and card animations

First to collect 3 complete property sets wins.

About

Created a Monopoly Deal clone for my sister and I to play.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages