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

https://github.com/bynect/tic-tac-toe

Good old tic-tac-toe
https://github.com/bynect/tic-tac-toe

c sdl2 tic-tac-toe tic-tac-toe-game

Last synced: 6 months ago
JSON representation

Good old tic-tac-toe

Awesome Lists containing this project

README

          

# tic-tac-toe

https://user-images.githubusercontent.com/68197565/174772011-f5a58286-e76a-4761-947e-b21b6c90fe37.mp4

A simple implementation of the [iconic game](https://en.wikipedia.org/wiki/Tic-tac-toe) in a single file, written in C using SDL2.

Everything is rendered using builtin geometric functions (rects, points, ...), so no images or textures are loaded.