Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        



Project logo

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