This project was bootstrapped with Create React App.
This project is live at- https://eager-swanson-40c899.netlify.app/
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any list of errors in the console.
- Install all the dependencies(the /nodemodules) by running
in the command line.
- run
npm start
to view the project in the browser.
Rules of traditional ludo game:-
- In the traditional ludo game the token(goti) moves out from the house when the dice indicates 6. However in this ludo the token is out of the house when the dice indicates one or six.
- Whenever we get a six we get an additional chance.
- There are stops where if the token rests will not attack opponent's tokens. However such stops have not yet been added
- The game can be played among 2-4 player(s)
- The player whose secures all 4 tokens by reaching the centre (the win area) of the board wins the game.
Things yet to be implemented:-
- Stop signs
- Victory indication
- Proper token attack
Instructions to play the game:-
- First click on the square dice. The dice will indicate a number. By default red moves first.
- Click on the red token to move in accordance to the number indicated. If the dice indicates 1 or 6 the token can be taken out of the house.
- Unlock the dice by clicking on the tokens of the correct color.
- Turn moves in clockwise fashion starting from red.