PlayDealGame is an open source implementation of the much loved card game "Monopoly Deal". This is a rewrite (work in progress) of PlayDealGameLegacy my first ever online multiplayer game.
This game will be compatible with free Heroku hosting.
- Game Instance
- ✔️players
- ✔️hands
- ✔️banks
- ✔️collections
- ✔️cards
- ✔️currency
- ✔️property
- ✔️wild cards
- ✔️action cards
- 🟡turns
- ✔️turn phases
- 🟡requests
- wealth transfer
- counter request
- Server
- Heroku
- Listeners
- Client
- React
- P5js
cd server/PlayDealGame/tests
npm install
npm test