From b4c6db0fc67d2d3f85891b0eca767bd0fa063379 Mon Sep 17 00:00:00 2001 From: Hyder Date: Sat, 23 Aug 2025 20:45:46 +0300 Subject: 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 --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') 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 -- cgit v1.2.3