palonso22 / roulette

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

roulette

Roulette game simulator.

Dependencies

  • cmake

To run the game

Stay in the root of the project and run the follow commands:

cmake .
 ./roulette

The result of the game should be printed as this:

the account of player A is -14505
the account of player B is 15065
the account of player C is -13672
the account of player D is -14651
the account of player E is 73145
the account of player F is -18654

About


Languages

Language:C++ 89.7%Language:CMake 8.5%Language:C 1.9%