Play tic tac toe with another person or computer.
Play the game:
make
./game
Checks linting of .cpp, .h and .md files:
./lint.sh
Spot memory leaks:
make
sudo apt install valgrind
valgrind --leak-check=yes ./game
- C++17
- Prantar Bhowmik - Initial work - bhowmikp
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details