youngnix / tic-tac-toe

A Tic-Tac-Toe game made in C with SDL2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-Toe

This is a simple Tic-Tac-Toe game made in C using SDL2.

Disclaimer

You need both SDL2 and SDL2_image to compile this game.

How to play

  • Click on the desired cell to place an X or an O, based on the player's turn.
  • Press R to reset the game.

About

A Tic-Tac-Toe game made in C with SDL2.


Languages

Language:C 96.2%Language:Makefile 3.8%