Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiimsergey/ttt

A simple and configurable Tic-Tac-Toe game in C
https://github.com/hiimsergey/ttt

2d 2d-game game raylib raylib-c raylib-examples raylib-game tic-tac-toe tic-tac-toe-game tictactoe tictactoe-game

Last synced: about 1 month ago
JSON representation

A simple and configurable Tic-Tac-Toe game in C

Awesome Lists containing this project

README

        

# ttt
![screenshot](https://github.com/user-attachments/assets/daacd19c-2fa9-4b23-97a5-cfe19b06a461)

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
```sh
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`.