Skip to content

kegankawamura/tic_tac_toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe Program

1) Building the Program

We use CMake to build the program.

a) Navigate to the /bin directory.

  cd bin

b) Call CMake for the CMakeLists.txt file under /src

  cmake ../src

c) Your Makefile should now be set up. You can build the project from /bin by calling make.

  make

2) Running the Program

Run the executable TicTacToe in /bin.

 cd bin
 ./TicTacToe

For help on usage details, run

 ./TicTacToe -h

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors