yds12 / velha21

A game server with tic-tac-toe and blackjack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Velha/21 Server

A server for the games tic-tac-toe and blackjack in Node.js.

The blackjack variant follows the rules in this video, but assuming all players placed the same bet. Those who leave the table with more than they started are considered winners, and the others losers.

Checkout the demo.

Quickstart

Make sure you have Node.js and npm installed.

Install dependencies

npm install

Start server

npm run startd

Go to localhost:3000.

About

A game server with tic-tac-toe and blackjack


Languages

Language:JavaScript 75.7%Language:Liquid 22.4%Language:CSS 1.8%