updating DIRECTORY.md

This commit is contained in:
github-actions[bot] 2023-05-05 16:18:58 +00:00
parent 84c16d4142
commit 9a3ab574d0
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@
* [Word Count](https://github.com/TheAlgorithms/C/blob/HEAD/exercism/word_count/word_count.h)
## Games
* [Hangman](https://github.com/TheAlgorithms/C/blob/HEAD/games/hangman.c)
* [Naval Battle](https://github.com/TheAlgorithms/C/blob/HEAD/games/naval_battle.c)
* [Tic Tac Toe](https://github.com/TheAlgorithms/C/blob/HEAD/games/tic_tac_toe.c)