Blackjack/21 type game
- It’s a one player only game.
- You can’t split.
- Aces are always worth 11 for the dealer.
- Dealer stands at 17.
Install the required tools: yo
, gulp
, bower
npm install -g yo gulp bower
Install dependencies (inside the directory)
npm install
bower install
Start the server (dev mode)
gulp serve