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

https://github.com/tpiros/online-cardgame


https://github.com/tpiros/online-cardgame

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Online cardgame

More info soon, for the time being, please read the articles at http://tamaspiros.co.uk/category/online-card-game/

1) Edit server.js and update the port/IP address/hostname that you would like to use
2) Edit client.js and update it with the same information as per above
3) npm install && bower install
4) node server.js

Play the game:
Login to the URL defined in point 1, add your name and wait for another player to join. In a second browser, navigate to the same URL, enter your name and you'll be all set to play. Basic rules are: number to number / colour to colour. If player plays #2 card, next player either has to play another #2 or is forced to draw 2 cards.

More updates coming soon.