Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 668 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 668 Bytes

Introduction

After a sleepless night of poring through React Documentation, I was motivated by my good friend Sai Kishore Komanduri to build this small Snakes and Ladders game. Here's the first draft.

Game Rules

  • It's a two player game. Player 1 is white.

  • Each player takes turns to roll the dice, generating a random number.

  • Whoever reaches 100 first is the winner.

  • The last move is shown in the console.

Usage

  • Ensure that NodeJS is installed.

  • Download/clone this repository, and run the following commands:

npm install
npm start