The famous roulette game!
You can install the .exe file in the releases section and run it.
Like any .exe file, your browser and Windows can warn you of a potential danger running this file. However, it is totally safe.
Before compiling the program, you need to install make and g++ (if not already done). To do so, you need admin privileges.
sudo apt install make
sudo apt install g++
Clone this repository on your computer.
git clone https://github.com/valfur03/roulette
Go in the program directory.
cd roulette
Execute the program.
make