Skip to content

ThereaultL/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TicTacToe

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

About

Single player game of Tic-Tac-Toe against a computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages