The 'Mille Bornes' is a French game that I recreated in the command line. There is no graphics...
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 makesudo apt install g++Clone this repository on your computer.
git clone https://github.com/valfur03/mille-bornesGo in the program directory.
cd mille-bornesExecute the program.
make