Skip to content

onurtvb/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

This is a simple singleplayer Tic-Tac-Toe game.

Build and Run

Navigate through build folder and run cmake:

cd build
cmake ..

Then compile the project:

cmake --build .

Finally go to Debug folder and run the .exe file:

cd Debug
./tictactoe

Or go to the releases section to directly download the .exe file: Releases

Author