One player game of Tic-Tac-Toe where you can play against a computer in a round of Tic-Tac-Toe on your console
Author: Lillian Thereault
Version: Feb 2025
How To Run On Local Computer
To play this game, first download the file contents on your local computer. The code bellow can be copied straight into your Linux terminal to compile and run (must have gcc installed on your local computer for this to run).
gcc board.c -o board<br> ./board