diff options
| author | leiy <s444814187@gmail.com> | 2022-06-19 20:27:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-19 20:27:31 -0400 |
| commit | ab0f5a6cba7c735a6120aadd7f3d5633cec468bf (patch) | |
| tree | ee6a90619d835aec058bec28e32f71388f37fef8 | |
| parent | 60c4a54c033292ad2f8c2bfd6790f3fac5ed5f07 (diff) | |
| download | tic_tac_toe_c-ab0f5a6cba7c735a6120aadd7f3d5633cec468bf.tar.gz tic_tac_toe_c-ab0f5a6cba7c735a6120aadd7f3d5633cec468bf.zip | |
Update readme.md
| -rw-r--r-- | readme.md | 8 |
1 files changed, 1 insertions, 7 deletions
| @@ -1,10 +1,4 @@ | |||
| 1 | # Tic Tac Toe | 1 | # Tic Tac Toe |
| 2 | 2 | ||
| 3 | The game is tic tac toe. | 3 | Tic Tac Toe implemented in C. |
| 4 | 4 | ||
| 5 | 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. | ||
| 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 | ||
