Skip to content

erloncabral/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple tic-tac-toe with SFML and c++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published