Skip to content

NavyasreeBalu/Snake-and-Ladders-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Snake and Ladder Game 🎲🐍

This is a simple Snake and Ladder game developed in C. The game supports both single-player and two-player modes.

Features

  • Single-player mode
  • Two-player mode
  • Snakes and ladders that transport players up or down the board.

Snakes and Ladders

  • Snakes: 25 β†’ 9, 65 β†’ 40, 99 β†’ 1
  • Ladders: 13 β†’ 42, 60 β†’ 83, 70 β†’ 93

How to Play

  1. Compile the code using a C compiler (e.g., gcc snake_and_ladder.c -o snake_and_ladder).
  2. Run the game: ./snake_and_ladder.
  3. Follow the prompts in the terminal to roll the dice and move on the board.

How to Contribute

Feel free to fork this repository and submit pull requests if you'd like to add new features or fix bugs!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages