Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hiimsergey/ttt
- Owner: hiimsergey
- License: gpl-3.0
- Created: 2024-06-26T18:22:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-29T09:53:23.000Z (4 months ago)
- Last Synced: 2024-11-06T10:36:32.367Z (3 months ago)
- Topics: 2d, 2d-game, game, raylib, raylib-c, raylib-examples, raylib-game, tic-tac-toe, tic-tac-toe-game, tictactoe, tictactoe-game
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.