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
- Host: GitHub
- URL: https://github.com/bynect/tic-tac-toe
- Owner: bynect
- Created: 2022-06-17T15:27:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T12:24:29.000Z (over 3 years ago)
- Last Synced: 2025-01-20T14:39:56.290Z (12 months ago)
- Topics: c, sdl2, tic-tac-toe, tic-tac-toe-game
- Language: C
- Homepage:
- Size: 316 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.