Skip to content

Latest commit

 

History

History
executable file
·
28 lines (22 loc) · 688 Bytes

README.md

File metadata and controls

executable file
·
28 lines (22 loc) · 688 Bytes

Tic Tac Toe

Simple Tic Tac Toe with SFML and C++ based on Udemy course.

Requires

  • SFML 2.5.x
  • CMake 3.3.x
  • GCC (c++ std 17)

SFML install tips

Mac: just brew install sfml. ❤️
Windows: Adjust location of X:/SFML/2.5.x/lib/cmake/SFML on CMakeLists.txt.

Build

git clone https://github.com/erloncabral/tic-tac-toe.git
cd build
cmake ..
make (or cmake make) TicTacToe
./TicTacToe

Links