sunflowerseastar / cards

web blackjack with shuffle/split/stand options

Home Page:https://blackjack.sunflowerseastar.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blackjack

This repo is aspirationally named ‘cards,’ although I’ve only written blackjack so far. Blackjack turned out to be quite fun to write, though, so I’ll be back at some point for others. It uses Reagent.

  • multi-deck shoe
  • shoe-appropriate simulated shuffling
  • traditional card design
  • split and stand options

The deck’s face cards and numbers were pulled from here.

lein fig:build # dev - localhost:9500
# http://localhost:9500/figwheel-extra-main/auto-testing

lein fig:min   # build
lein fig:test  # test

About

web blackjack with shuffle/split/stand options

https://blackjack.sunflowerseastar.com/

License:GNU Affero General Public License v3.0


Languages

Language:Clojure 98.6%Language:CSS 1.4%Language:HTML 0.0%