aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHyder Hadi <hyder@hyderhadi.xyz>2026-05-14 14:42:31 +0300
committerHyder Hadi <hyder@hyderhadi.xyz>2026-05-14 14:42:31 +0300
commitb005a07ff2779014e2c64f81845380f03c6d9aeb (patch)
tree64b8e57f6492e23872a17258f273ed3e47ea2cab /README.md
parent4730a43cc4c732c3ec8d22dd2cf0b43b48f6438f (diff)
the readme file
Diffstat (limited to 'README.md')
-rw-r--r--README.md70
1 files changed, 49 insertions, 21 deletions
diff --git a/README.md b/README.md
index 51e92dc..b2678a6 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,49 @@
-RANDOM STUFF AS A LEARNING JOURNAL
-==================================
-
-CONTENTS
---------
-
-* CHECK FILES IN THE TREE TAB
-* THIS README FILE WAS MEANT FOR CGIT ON MY OLD SERVER NOT GITHUB
-
-- The greatest common divisor exercise solution, in ROOT/GCD/GCD.c
-- Hexadecimal to integer converter solution, in ROOT/HTOI/HTOI.c
-- Vowels and consonants counter of a string, in ROOT/VACC/VowelsAndConsonantCounter.c
-- Binary(28-bit) to decimal converter, in ROOT/BTD/28bitToDecimal.c
-- Palindrome words checker exercise, in ROOT/Palindrome/Palindrome.c
-- 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
-- Added a simple snakes and ladders game as an exercise in C, in ROOT/snakesAndLadders/snakesANDladders.C
-- Added a folder containing simple-C-programs that i just wrote when i was absent and not coding for the past period.
-- A dynamic student list with basic functions (trying to understand linked list and implementing one in a project), in ROOT/DynamicStudentList/DynamicStudentList.c \ No newline at end of file
+# RANDOM STUFF AS A LEARNING JOURNAL
+
+> This README was originally meant for cgit on my old server, not GitHub.
+
+---
+
+## Contents
+
+- The greatest common divisor exercise solution
+ `ROOT/GCD/GCD.c`
+
+- Hexadecimal to integer converter solution
+ `ROOT/HTOI/HTOI.c`
+
+- Vowels and consonants counter of a string
+ `ROOT/VACC/VowelsAndConsonantCounter.c`
+
+- Binary (28-bit) to decimal converter
+ `ROOT/BTD/28bitToDecimal.c`
+
+- Palindrome words checker exercise
+ `ROOT/Palindrome/Palindrome.c`
+
+- Sorting numbers using Selection Sort
+ `ROOT/SelectionSort/SelectionSort.c`
+
+- Simple Rock, Paper, Scissors game
+ `ROOT/RPS/rps.c`
+
+- Simple Number Guessing Game (NGG) using Node.js in terminal
+ `ROOT/NGG/*`
+
+- Hangman game (word guesser) written in C ❤️
+ `ROOT/HangManGame/HMG.c`
+
+- Simple Snakes and Ladders game written in C
+ `ROOT/snakesAndLadders/snakesANDladders.C`
+
+- A folder containing simple C programs written during a period away from coding
+
+- Dynamic student list project with basic functions
+ (learning linked lists and implementing one in a project)
+ `ROOT/DynamicStudentList/DynamicStudentList.c`
+
+---
+
+## Notes
+
+Check the **Tree** tab to browse all files and folders. \ No newline at end of file