aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHyder <hyder@hyderhadi.xyz>2025-08-23 20:45:46 +0300
committerHyder <hyder@hyderhadi.xyz>2025-08-23 20:45:46 +0300
commitb4c6db0fc67d2d3f85891b0eca767bd0fa063379 (patch)
treef5ff7c74462de24173c894e7b43847c87a2e7f52 /README
parentfb0c97cb976b4d2f14fc5dea9ffbb35fa3149b81 (diff)
Rock,Paper,Scissor game in C, i guess the code is so messy but im trying to do it like OOP style of objects and methods...etc
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 2f414fa..137086a 100644
--- a/README
+++ b/README
@@ -13,3 +13,4 @@ CONTENTS
- 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