This is a Python Script which can create a board of Ludo Game and user can play the game and enjoy it.
For this script to run you need to have random and tkinter packages installed
Run the command in terminal to install package
$ pip install random
$ pip install tkinter
Run the program using command
$ python LudoGame.py
Thanks for using this program