We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e7291 commit 6d4e936Copy full SHA for 6d4e936
DIRECTORY.md
@@ -108,6 +108,9 @@
108
* [Word Count](https://github.com/TheAlgorithms/C/blob/master/exercism/word_count/word_count.c)
109
* [Word Count](https://github.com/TheAlgorithms/C/blob/master/exercism/word_count/word_count.h)
110
111
+## Games
112
+ * [Tic Tac Toe](https://github.com/TheAlgorithms/C/blob/master/games/tic_tac_toe.c)
113
+
114
## Graphics
115
* [Spirograph](https://github.com/TheAlgorithms/C/blob/master/graphics/spirograph.c)
116
0 commit comments