Branch | Build Status |
---|---|
Master | |
Develop |
An implemenation of european blackjack with 8 decks. You can find the rules here. RTP stands at 99.3 % for 1M+ rounds.
git clone https://github.com/DaoCasino/blackjack-game
cd blackjack-game
git submodule init
git submodule update --init --recursive
./cicd/run build
./cicd/run test