Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 897 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 897 Bytes

Dice game

Build Status

Branch Build Status
Master master

Description

Simple dice game for DAOPlatform based on DAOBet blockchain. Implemeted by sdk.

Rules

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.

Try it

Build

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

Run unit tests

./cicd/run test