This project is a classic Snake and Ladder game implemented in Python. It simulates the traditional board game where players roll a die to move their tokens from start to finish while avoiding snakes and taking advantage of ladders.
You can see a live demo of the game here.
- Simple and intuitive command-line interface.
- Supports multiple players.
- Randomized die rolls.
- Snakes and ladders that alter player positions.
- Python: The primary programming language used to develop the game.
To get a local copy of the project up and running, follow these steps:
Clone the repository:
git clone https://github.com/yourusername/snake-ladder-game.git