Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# cairds

Screenshot of multiplayer card game

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.