/blackjack-game

Blackjack game contract developed by using DAOPlatform GameSDK

Primary LanguageC++MIT LicenseMIT

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