Simple Tic Tac Toe with SFML and C++ based on Udemy course.
- SFML 2.5.x
- CMake 3.3.x
- GCC (c++ std 17)
Mac: just brew install sfml
. ❤️
Windows: Adjust location of X:/SFML/2.5.x/lib/cmake/SFML
on CMakeLists.txt.
git clone https://github.com/erloncabral/tic-tac-toe.git
cd build
cmake ..
make (or cmake make) TicTacToe
./TicTacToe