Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 375 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 375 Bytes

Tic-Tac-Toe

A simple tic-tac-toe game using arrays.

Compile the C file and game on!

How it works

The two players, X & O are supposed to enter the matrix index where they want to put their mark i-e X or O. Rest will be handled on its own :)

image