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.
- Classic snake and ladder mechanics
- Interactive UI with animations
- Responsive design
Check out the live demo here.
- Web browser
- Clone the repository:
git clone https://github.com/BilalHaider20/SnakeLadderGame.github.io.git
- Navigate to the project directory:
cd SnakeLadderGame.github.io
- Open
index.html
in your browser to start the game.
- Roll the dice and move your piece.
- Climb ladders and avoid snakes to reach the end.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License.
- Game design inspired by traditional Snake and Ladder board games.