Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

readme.md

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.

Rules

  1. Players roll a die and move their pawn by the number of dots that appear.
  2. You can only move a pawn if you roll a six or if you have a pawn in the center circle.

How to play

  1. Fork the repo by clicking the fork logo the on top right
  2. Clone the repo git clone git@github.com:AseanK/beginner-python-games.git
  3. Head to the 'ludo-king' folder
  4. Run the file using python command ludo-king.py
  5. 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!