Ludo-King game
In this particular file a simple version of the "Ludo King" game is presented. Any addition or correction can be made for the better functioning.
- Players roll a die and move their pawn by the number of dots that appear.
- You can only move a pawn if you roll a six or if you have a pawn in the center circle.
- Fork the repo by clicking the fork logo the on top right
- Clone the repo
git clone [email protected]:AseanK/beginner-python-games.git
- Head to the 'ludo-king' folder
- Run the file using python command
ludo-king.py
- Follow the prompts in the console to play the game. Input the row and column numbers to place your symbol on the grid.
Have fun playing Ludo-King!