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.
- Host: GitHub
- URL: https://github.com/ananya-0306/let-s-play-ludo
- Owner: Ananya-0306
- License: apache-2.0
- Created: 2020-12-09T09:47:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-18T05:03:31.000Z (almost 5 years ago)
- Last Synced: 2025-04-04T02:18:18.443Z (7 months ago)
- Topics: dice, ludo, plane-lands, players-race, python, python3, strategy-board-game, trending, trending-repositories, trending-topics
- Language: Python
- Homepage:
- Size: 694 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.