Skip to content

cheminDeFer/tictactoe

Repository files navigation

tictactoe

tictactoe game in C++ with SDL2 libraries.

Prerequsites

  • Make
  • C++17 supporting compiler such as: clang++. g++ should also work if you tweak warning flags in Makefile
  • Libraries
    • SDL2
    • SDL2-image
    • SDL2-ttf

To install libraries for Ubuntu one can use:

 sudo apt-get install libsdl2-2.0-0 libsdl2-dev \
libsdl2-image-2.0-0 libsdl2-image-dev libsdl2-ttf-2.0-0 \
libsdl2-ttf-dev

To get it work

git clone https://github.com/cheminDeFer/tictactoe.git ~/<directory-you want to work>
cd <directory-you-want-to-work>
make 
./tictactoe

About

tictactoe SDL2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors