https://github.com/pkg-dot-zip/raylib-c-tictactoe
A simple example of a tic-tac-toe game written in C using raylib.
https://github.com/pkg-dot-zip/raylib-c-tictactoe
c raylib raylib-c tic-tac-toe tictactoe
Last synced: 14 days ago
JSON representation
A simple example of a tic-tac-toe game written in C using raylib.
- Host: GitHub
- URL: https://github.com/pkg-dot-zip/raylib-c-tictactoe
- Owner: pkg-dot-zip
- Created: 2022-02-10T12:40:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T10:58:32.000Z (4 months ago)
- Last Synced: 2025-04-24T06:15:56.851Z (14 days ago)
- Topics: c, raylib, raylib-c, tic-tac-toe, tictactoe
- Language: C
- Homepage:
- Size: 78.1 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
raylib-C-TicTacToe
[](https://github.com/pkg-dot-zip/raylib-c-tictactoe/stargazers)
[](https://github.com/pkg-dot-zip/raylib-c-tictactoe/releases)
[](https://github.com/pkg-dot-zip/raylib-c-tictactoe/commits/development)
[](/LICENSE)---
A simple example of a tic-tac-toe game written in C using raylib.
## 📝 Table of Contents
- [About](#about)
- [Built Using](#built_using)
- [Authors](#authors)## 🧐 About
Raylib-c-tictactoe is a simple example of a tic-tac-toe game written in C using raylib. This project was made as an exercise to study the C programming language.## ⛏️ Built Using
- [raylib](https://www.raylib.com/) - Framework
- [CMake template for raylib](https://github.com/SasLuca/raylib-cmake-template) - Template for raylib## ✍️ Authors
- [@pkg-dot-zip](https://github.com/pkg-dot-zip) - Development