Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 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
- License: mit
- Created: 2022-02-10T12:40:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T14:32:08.000Z (10 months ago)
- Last Synced: 2024-01-02T15:43:04.336Z (10 months ago)
- Topics: c, raylib, raylib-c, tic-tac-toe, tictactoe
- Language: C
- Homepage:
- Size: 77.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
[![Stars](https://img.shields.io/github/stars/pkg-dot-zip/raylib-c-tictactoe)](https://github.com/pkg-dot-zip/raylib-c-tictactoe/stargazers)
[![Downloads](https://img.shields.io/github/downloads/pkg-dot-zip/raylib-c-tictactoe/total)](https://github.com/pkg-dot-zip/raylib-c-tictactoe/releases)
[![Last Commit](https://img.shields.io/github/last-commit/pkg-dot-zip/raylib-c-tictactoe)](https://github.com/pkg-dot-zip/raylib-c-tictactoe/commits/development)
[![License](https://img.shields.io/github/license/pkg-dot-zip/raylib-c-tictactoe)](/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
- [@OnsPetruske](https://github.com/pkg-dot-zip) - Development