https://github.com/sshh12/rummy
A full-stack app for playing multiplayer Rummy.
https://github.com/sshh12/rummy
express-js fullstack-javascript rummy
Last synced: 7 days ago
JSON representation
A full-stack app for playing multiplayer Rummy.
- Host: GitHub
- URL: https://github.com/sshh12/rummy
- Owner: sshh12
- License: mit
- Created: 2018-01-11T03:02:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T18:24:39.000Z (about 8 years ago)
- Last Synced: 2025-04-03T08:02:02.464Z (11 months ago)
- Topics: express-js, fullstack-javascript, rummy
- Language: JavaScript
- Homepage:
- Size: 786 KB
- Stars: 20
- Watchers: 5
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
