Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 910 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 910 Bytes

Rummy

A online app for playing multiplayer Rummy.

Playing

  1. Locate the server in our web browser
  2. 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
  3. 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
  4. The player who has no cards remaining wins

Setup

  1. git clone https://github.com/sshh12/Rummy.git
  2. npm install
  3. Run with node app.js or node app-ssl.js (sslOptions must be set if using SSL)

Screenshots

gif of game