Skip to content

The most basic TicTacToe terminal based game written in C++

License

Notifications You must be signed in to change notification settings

CodeRunner5235/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TicTacToe

The most basic cross platform TicTacToe terminal based game written in C++

To run it, open your system's terminal and run it in there.

To build it, GNU C++ compiler. Then open your terminal and run:

Unix based systems: g++ /path/to/TicTacToe.cpp

Windows: g++ \path\to\TicTacToe.cpp

About

The most basic TicTacToe terminal based game written in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages