Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.13 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.13 KB

Snakes and Ladders

Flatiron School Mod 4 final project. Snakes and Ladders is an interactive game of the classic board game.

alt text

Snakes and Ladders Demo Video

Built With

  • React
  • JavaScript
  • CSS

Setup

  1. Clone this repo https://github.com/tanelam/Snakes-and-Ladders
  2. Install Dependencies npm install or yarn install
  3. Start your server npm start or yarn start

In Your Browser

Navigate to the web address of your server http://localhost:3000 (or whatever yours is)

How to play:

Alt Text

  • Click on "Game" so you can be redirected to the board game and start a new game.
  • Decide who is going to be the first player.
  • Click on the button that says "Roll the Dice".
  • If you hit a snake's head you will go down, but if you hit a ladder you will go up.
  • The first player that gets to 100 will win the game.

Contributors