mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-19 21:48:13 +00:00
[PR #1472] [CLOSED] feat: add Snake and Ladders game (single player) #2069
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1472
Author: @KarthikeyaPila
Created: 5/24/2025
Status: ❌ Closed
Base:
master← Head:add-snake-and-ladders📝 Commits (1)
cd961e3Add single player Snakes and Ladders game in C📊 Changes
1 file changed (+81 additions, -0 deletions)
View changed files
➕
games/snakes_and_ladders.c(+81 -0)📄 Description
Description of Change
Added a single-player console-based Snake and Ladders game written in C.
The game uses a static board with predefined snakes and ladders, and the player rolls a dice until they reach exactly 100.
References
N/A – This is a new addition.
Checklist
Notes: This is my first open source contribution. The program is beginner-friendly and demonstrates the use of arrays, random numbers, and conditionals.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.