From 30a472f58f204dfbf325b8b389c9f3008aa4c40b Mon Sep 17 00:00:00 2001 From: Hyder Date: Thu, 11 Sep 2025 13:52:30 +0300 Subject: Made a snakes and ladders game the code i believe is kinda messy but finally i have done something in C. --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') diff --git a/README b/README index 502d4cc..a6e3bbd 100644 --- a/README +++ b/README @@ -16,3 +16,4 @@ CONTENTS - 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 -- cgit v1.2.3