Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 752 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 752 Bytes

Blackjack

Build Status

Branch Build Status
Master master
Develop develop

Description

An implemenation of european blackjack with 8 decks. You can find the rules here. RTP stands at 99.3 % for 1M+ rounds.

Build

git clone https://github.com/DaoCasino/blackjack-game
cd blackjack-game
git submodule init
git submodule update --init --recursive
./cicd/run build

Run unit tests

./cicd/run test