Skip to content

valfur03/Roulette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roulette

release language size

The famous roulette game!

Installation

Windows

You can install the .exe file in the releases section and run it.

Disclaimer

Like any .exe file, your browser and Windows can warn you of a potential danger running this file. However, it is totally safe.

Linux / MacOS

Requirements

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++

Program installation

Clone this repository on your computer.

git clone https://github.com/valfur03/roulette

Go in the program directory.

cd roulette

Execute the program.

make