From 9a3ab574d0801e3cb1a5832e1b15475614dee0ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 5 May 2023 16:18:58 +0000 Subject: [PATCH] updating DIRECTORY.md --- DIRECTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DIRECTORY.md b/DIRECTORY.md index d970ad9c..8eb1c38a 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -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)