Skip to content

bhowmikp/ai-tic-tac-toe

Repository files navigation

License: MIT Build Status

ai-tic-tac-toe

Play tic tac toe with another person or computer.

Getting Started

Installing

Play the game:

make
./game

Coding style tests

Checks linting of .cpp, .h and .md files:

./lint.sh

Test

Spot memory leaks:

make
sudo apt install valgrind
valgrind --leak-check=yes ./game

Built With

  • C++17

Authors

  • Prantar Bhowmik - Initial work - bhowmikp

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details