Skip to content

toxypiks/tic_tac_toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project to compare imperative and functional programming by implementing tic tac toe in C and Haskell

Quick Start tic tac toe in C

  • Install raylib

git clone [email protected]:toxypiks/tic_tac_toe.git
cd tic_tac_toe
mkdir build
cd build
cmake ..
make
./main\

Program structure tic tac toe in C

  • 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

Alt text

About

Imperative vs. functional programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published