Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 262 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 262 Bytes

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.