Project to compare imperative and functional programming by implementing tic tac toe in C and Haskell
- Install raylib
git clone [email protected]:toxypiks/tic_tac_toe.git
cd tic_tac_toe
mkdir build
cd build
cmake ..
make
./main
\
- game.h contains all complex data structures
- logic.c contains all functions to execute the game logic
- rendering.c contains all functions to render the game