Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 819 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 819 Bytes

Ludo Game

Live Demo

Description

Implementation of a strategic board game Ludo

In this game you can play in two or four players, till the first one moves all of them pieces to the center of the board

Rules:

  • wins a player who moves all 4 pieces to the center first
  • To move a piece out of a spawn you should hit a "6" dice roll
  • If a player gets '6' points, it rolls one more time, if a player beats another player's piece he moves one more time
  • You can beat a piece only if it is single inside of the cell, if there are more than one piece, you cannot beat them

Demonstration

demonstration

Run Locally

Clone this repo and run following commands

npm install
npm run dev