justefg / blackjack-game

Blackjack game contract developed by using DAOPlatform GameSDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Blackjack game contract developed by using DAOPlatform GameSDK

License:MIT License


Languages

Language:C++ 90.0%Language:Shell 7.2%Language:CMake 2.8%