Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.28 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.28 KB

Snake and Ladder Game

Game Screenshot

Overview

A two-player game played with a board and dice. When you land on a ladder, you progress quickly, and when bitten by a snake, you go downward.

Features

  • Classic snake and ladder mechanics
  • Interactive UI with animations
  • Responsive design

Demo

Check out the live demo here.

Getting Started

Prerequisites

  • Web browser

Installation

  1. Clone the repository:
    git clone https://github.com/BilalHaider20/SnakeLadderGame.github.io.git
  2. Navigate to the project directory:
    cd SnakeLadderGame.github.io
  3. Open index.html in your browser to start the game.

Usage

  • Roll the dice and move your piece.
  • Climb ladders and avoid snakes to reach the end.

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request.

License

This project is licensed under the MIT License.

Acknowledgements

  • Game design inspired by traditional Snake and Ladder board games.