Online cardgame
More info soon, for the time being, please read the articles at http://tamaspiros.co.uk/category/online-card-game/
- Edit
server.js
and update the port/IP address/hostname that you would like to use - Edit
client.js
and update it with the same information as per above npm install && bower install
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.