Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 502 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 502 Bytes

LUDO GAME

This is a Python Script which can create a board of Ludo Game and user can play the game and enjoy it.


Requirements

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

Created By

Avdhesh Varshney


Thanks for using this program