Skip to content

A project just to improve my programming skills in C.

Notifications You must be signed in to change notification settings

barrientosvctor/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-toe

A project just to improve my programming skills.

This version adds a GUI for the game. Thanks to Raylib 5.0

Requirements

  • CMake version > 3.6
  • GCC

How to compile

$ mkdir build
$ cmake -S . -B build/
$ cmake --build build/