Branch | Build Status |
---|---|
Master |
Simple dice game for DAOPlatform based on DAOBet blockchain. Implemeted by sdk.
Player can choose value from 1 to 99.
After throwing the dice, if the user value is less than the random value of the dice, the player win. Win coefficient calculating by formula:
where he
- house edge and N
- player number.
git clone https://github.com/DaoCasino/dice-game
cd dice-game
git submodule init
git submodule update --init --recursive
./cicd/run build
./cicd/run test