A online app for playing multiplayer Rummy.
- Locate the server in our web browser
- Find a lobby by entering a code
- Enter a new code and click
Create
to make a multiplayer lobby - Enter a new code and click
CPU
to play against a bot - Enter a friends code and click
Join
to join their game
- Enter a new code and click
- Follow the instructions in the top right. Each turn will be:
- Choose a card from one of the middle stacks
- Pick cards in your hand to meld (group together)
- Discard a card from your hand
- The player who has no cards remaining wins
git clone https://github.com/sshh12/Rummy.git
npm install
- Run with
node app.js
ornode app-ssl.js
(sslOptions
must be set if using SSL)