blob: 104e517c11e7c6e0a25408c2fd9691007598ee83 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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
|