This is a simple Snake and Ladder game developed in C. The game supports both single-player and two-player modes.
- Single-player mode
- Two-player mode
- Snakes and ladders that transport players up or down the board.
- Snakes: 25 β 9, 65 β 40, 99 β 1
- Ladders: 13 β 42, 60 β 83, 70 β 93
- Compile the code using a C compiler (e.g.,
gcc snake_and_ladder.c -o snake_and_ladder). - Run the game:
./snake_and_ladder. - Follow the prompts in the terminal to roll the dice and move on the board.
Feel free to fork this repository and submit pull requests if you'd like to add new features or fix bugs!