auroszx / sockets21

A small 21 card game using Node.JS and Socket.IO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sockets 21 - A small 21 card game using Node.JS and Socket.IO

This is a very small 21 (AKA Blackjack) card game. Uses Socket.IO for player communication. Card assets came from here: https://github.com/hayeah/playing-cards-assets

To setup the project run:

npm install

Then run it with:

node index.js

About

A small 21 card game using Node.JS and Socket.IO


Languages

Language:JavaScript 87.1%Language:HTML 12.9%