For
Windows OS,
Download, extract and double-click the kit installer file to install the kit.
Note: Do ensure to extract the zip file before running it.
1. When you're prompted during the installation of the kit, press
Y to launch the app automatically and run notebook cell by cell, by clicking on a cell and click
Run button below the Menu bar.
2. To run the app manually, press
N when you're prompted and locate the zip file
Ludo-game.zip.
3. Extract the zip file and navigate to the directory
Ludo-Game-with-Sam.
4. Open command prompt in the extracted directory
Ludo-Game-with-Sam and run the command
Ludo_game_with_Sam.py.
For
other Operating System,
1. Click
here to install python.
2. Click
here to download the repository.
3. Extract the zip file and navigate to the directory
Ludo-Game-with-Sam.
4. Open a terminal in the extracted directory
Ludo-Game-with-Sam.
5. Install dependencies by executing the command
pip install -r requirements.txt.
6. Run the command
python Ludo_game_with_Sam.py.