Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 777 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 777 Bytes

Snake and Ladder Game

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.

Demo

You can see a live demo of the game here.

Features

  • Simple and intuitive command-line interface.
  • Supports multiple players.
  • Randomized die rolls.
  • Snakes and ladders that alter player positions.

Technologies Used

  • 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