Skip to content

hiimsergey/ttt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ttt

screenshot

A simple Tic-Tac-Toe game written in C using Raylib.

You can customize the board length in cells and the length of the needed streak to win the game.

My second project in C.

Compile & Run for Linux

git clone https://gitlab.com/sergeylavrent/ttt
cd ttt
make

Oh, and you also need to have Raylib installed. On Arch Linux it's just sudo pacman -S raylib.