Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 235 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 235 Bytes

Simple Tic-Tac-Toe game written in C

The game takes place on a simple 3x3 grid

The player takes turns alternating with an AI algorithm (a simple min-max tree)

During the testing process 10/10 games resulted in a draw/win for the AI