From 397872ba967b5ff81f98c8278b57c08e341502d5 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Mon, 15 Feb 2021 06:47:11 +0000 Subject: [PATCH] updating DIRECTORY.md --- DIRECTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DIRECTORY.md b/DIRECTORY.md index f8a0b943..18a2bb15 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -114,6 +114,7 @@ * [Word Count](https://github.com/TheAlgorithms/C/blob/master/exercism/word_count/word_count.h) ## Games + * [Naval Battle](https://github.com/TheAlgorithms/C/blob/master/games/naval_battle.c) * [Tic Tac Toe](https://github.com/TheAlgorithms/C/blob/master/games/tic_tac_toe.c) ## Geometry