aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleiy <s444814187@gmail.com>2022-06-19 20:27:31 -0400
committerGitHub <noreply@github.com>2022-06-19 20:27:31 -0400
commitab0f5a6cba7c735a6120aadd7f3d5633cec468bf (patch)
treeee6a90619d835aec058bec28e32f71388f37fef8
parent60c4a54c033292ad2f8c2bfd6790f3fac5ed5f07 (diff)
downloadtic_tac_toe_c-ab0f5a6cba7c735a6120aadd7f3d5633cec468bf.tar.gz
tic_tac_toe_c-ab0f5a6cba7c735a6120aadd7f3d5633cec468bf.zip
Update readme.md
-rw-r--r--readme.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/readme.md b/readme.md
index 104e517..eb64600 100644
--- a/readme.md
+++ b/readme.md
@@ -1,10 +1,4 @@
1# Tic Tac Toe 1# Tic Tac Toe
2 2
3The game is tic tac toe. 3Tic Tac Toe implemented in C.
4 4
5I 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.
6
7# Plans
8[ ] Maybe I will add a timer to each turn to up the difficulty
9
10[ ] a way to clear the terminal so it doen't get too flooded