aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHyder <hyder@hyderhadi.xyz>2025-09-02 18:55:35 +0300
committerHyder <hyder@hyderhadi.xyz>2025-09-02 18:55:35 +0300
commit4f14d3964045d5cb8b0f2fc1d3163fac4a23ed63 (patch)
tree69c4faabf545f38a9c3ef36873f47b3ebd8410a9 /README
parenta6d50f9a2a5dc022fb013bae003e7dbbe9413b1c (diff)
i guess the code is kinda messy but hey i wrote it on my mobile screen XD
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index f67320f..502d4cc 100644
--- a/README
+++ b/README
@@ -15,3 +15,4 @@ CONTENTS
- Sorting numbers with (selection sort), in ROOT/SelectionSort/SelectionSort.c
- Made a simple Rock, Paper, Scissor game, in ROOT/RPS/rps.c
- Made a simple Number Guessing Game (NGG) using node.js in terminal to learn JS basics, in ROOT/NGG/*
+- Made the hangman game(a word guesser basically) in C, <3, in ROOT/HangManGame/HMG.c