Author : Anatole de Chauveron
Version : 1.0.0
Licence : Tous droits réservés
A simple game of Tic Tac Toe coded in C++.
In order to run the project, you need to have updated version of gcc and g++ and make.
gcc (GCC) 10.2.0
g++ (GCC) 10.2.0
GNU Make 4.3
Clone the code on your machine
git clone https://github.com/Anatole-DC/tic_tac_toe.git
In order to run the project, go to the project location in your terminal. Run the following commands.
make all # Compile all the project dependecies
./execucatable.exe # Launch programm
# Or run
make run # Clean, compile and launch the project
In order to remove specials files such as .o files or error logs, run the following command.
make clean
For any question send email at : adechauveron@gmail.com