Author: Majroch [email protected]
This is basic Tic-Tac-Toe implementation in C++. It's not optimized at all :)
Note: this program is tested and compiled ONLY on Linux.
- Compilling
- Requirements
- Compile
- Usage
All required packages for this, are only for compilling, so required packages only are:
make g++
On Ubuntu you can install them with:
sudo apt install make g++
To compile it just run:
make
It'll output program as main
Run:
./main
and play Tic-Tac-Toe