Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 205 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 205 Bytes

tictactoe

SDL2 based Tic Tac Toe game example.

Requirements

  • Boost
  • SDL2
  • SDL2_image

Build instructions

mkdir build
cd build
cmake ..
make