This is a simple C++ implementation of the classic game tic-tac-toe. You can play against a friend!
- Make sure you have a C++ compiler installed on your system. You can use g++ for this implementation.
- Open a terminal window.
- Navigate to the directory containing the
main.cpp
file using thecd
command. - Compile the code using the following command:
g++ main.cpp -o tictactoe
- I'm working on cross-compiling...