Skip to content

onurtvb/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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 .. -DCMAKE_BUILD_TYPE=Release

Then compile the project:

cmake --build . --config Release

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

cd Release
./tictactoe.exe

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

Author