blob: 7c9f7974ca574cd7ce036085ae06c6732f42661f (
plain)
1
2
3
4
5
6
7
8
9
|
# Tic Tac Toe
The game is tic tac toe.
I made this in first year engineering as a bored project since my C programming class wasn't challenging enough and I just wanted to do something more fun than what was asked.
# Plans
[ ] Maybe I will add a timer to each turn to up the difficulty
[ ] a way to clear the terminal so it doen't get too flooded
|