This is a classic Snake and Ladder game built using JavaScript. The game is played between two or more players, and the goal is to reach the top of the board while avoiding snakes and utilizing ladders to get ahead.
- Single-player / Multiplayer: Play against friends.
- Interactive UI: Visual representation of the board, snakes, and ladders.
- Random Dice Roll: Simulates rolling a 6-sided dice.
- Snakes and Ladders: Automatically moves players up the ladders and down the snakes.
- Winning Condition: The first player to reach the top wins.
- Scoreboard: Keeps track of players' positions.
- Players take turns rolling the dice.
- Based on the dice roll, the player moves their piece forward.
- If the player lands on the bottom of a ladder, they are moved up to the top of the ladder.
- If the player lands on the head of a snake, they are moved down to the tail of the snake.
- The first player to reach the final square on the board wins the game.
You can access the deployed website here.