Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoodscott/cairds
Webby card game.
https://github.com/hoodscott/cairds
cards
Last synced: about 1 month ago
JSON representation
Webby card game.
- Host: GitHub
- URL: https://github.com/hoodscott/cairds
- Owner: hoodscott
- Created: 2017-10-30T23:37:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T19:30:52.000Z (about 1 year ago)
- Last Synced: 2023-10-05T07:30:11.434Z (about 1 year ago)
- Topics: cards
- Language: JavaScript
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cairds
Multiplayer card 'game' using websockets and HTML5 draggable.
No game logic included; intended to replicate the functionality of a deck of cards.
## to run
Clone repository, then run the following commands:```
npm install
node server.js
```Then view the site at http://localhost:3000.