From 6d4e9363bfbb7bf376370684b712c14111057efd Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Fri, 31 Jul 2020 11:01:20 +0000 Subject: [PATCH] updating DIRECTORY.md --- DIRECTORY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DIRECTORY.md b/DIRECTORY.md index 235d8f60..909ba483 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -108,6 +108,9 @@ * [Word Count](https://github.com/TheAlgorithms/C/blob/master/exercism/word_count/word_count.c) * [Word Count](https://github.com/TheAlgorithms/C/blob/master/exercism/word_count/word_count.h) +## Games + * [Tic Tac Toe](https://github.com/TheAlgorithms/C/blob/master/games/tic_tac_toe.c) + ## Graphics * [Spirograph](https://github.com/TheAlgorithms/C/blob/master/graphics/spirograph.c)