An open API service indexing awesome lists of open source software.

https://github.com/ananya-0306/let-s-play-ludo

Ludo is a strategy board game for two to four[a] players, in which the players race their four tokens from start to finish according to rolls of a single die.
https://github.com/ananya-0306/let-s-play-ludo

dice ludo plane-lands players-race python python3 strategy-board-game trending trending-repositories trending-topics

Last synced: 3 months ago
JSON representation

Ludo is a strategy board game for two to four[a] players, in which the players race their four tokens from start to finish according to rolls of a single die.

Awesome Lists containing this project

README

          

# Let-s-Play-Ludo
Ludo is a strategy board game for two to four[a] players, in which the players race their four tokens from start to finish according to rolls of a single die.

```bash
git clone https://github.com/Ananya-0306/Let-s-Play-Ludo.git
cd Let-s-Play-Ludo.git
python Ludo-game.py
```

> INSTRUCTIONS

* Unless you get a '6' when rolling the dice, your planes can't take off
* Press the ROLL button to roll the dice.
* If it is a 6, then you can take another turn. So press ROLL again.
* Click the plane which you want to move the first ROLL. The plane will move itself according to the number of the dice.
* If the plane lands on stop, it cannot be killed.
* To kill another color’s plane, you have to make your plane land on that box where other colored plane is.
* If there are two planes of the same color on top of each other than that plane cannot be killed.
* To win the game, your planes have to traverse around the board and come into the home lane.
* If a player gets 3 six’s in a row, than his/her turn is void and next players plays.