An open API service indexing awesome lists of open source software.

https://github.com/gokul988/snake-and-ladder-game-in-python

In this file had source code to snake and ladder game This game follows classic rules where players roll dice, climb ladders, and avoid snakes to reach the finish line
https://github.com/gokul988/snake-and-ladder-game-in-python

python python3 pythonfunction pythongames

Last synced: 10 months ago
JSON representation

In this file had source code to snake and ladder game This game follows classic rules where players roll dice, climb ladders, and avoid snakes to reach the finish line

Awesome Lists containing this project

README

          

# Snake🐍 and Ladder🪜 Game in Python
- In this file had source code to snake and ladder game
- This game follows classic rules where players roll dice, climb ladders, and avoid snakes to reach the finish line

## Features
- 🎲 Supports No of players
- 🐍 Randomized snake and ladder positions

## Languages
- python

## download
1. clone the repository
```bash
git clone https://github.com/GOKUL988/Snake-and-Ladder-Game-in-Python.git
```
2. Navigate to the project folder
```bash
cd Snake-and-Ladder-Game-in-Python
```

## Sample Images 📷
![sample1](samples/src1.png)
##
![sample3](samples/src3.png)
##
![sample2](samples/src2.png)
##
![sample4](samples/src4.png)