Skip to content

PriteshThorat/Snake-Ladder-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Snake and Ladder Game

Project Overview

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.

Features

  • 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.

How to Play

  1. Players take turns rolling the dice.
  2. Based on the dice roll, the player moves their piece forward.
  3. If the player lands on the bottom of a ladder, they are moved up to the top of the ladder.
  4. If the player lands on the head of a snake, they are moved down to the tail of the snake.
  5. The first player to reach the final square on the board wins the game.

Deployed Website

You can access the deployed website here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published