/python_snakes_ladders

It is a Snakes Ladders game in python.

Primary LanguagePython

python_snakes_ladders

It is a Snakes Ladders game coded in python.

Before running .py file make sure you install python (version 2+ or 3+) from this link -> https://www.python.org/downloads/

Runs on the terminal/cmd.

To understand the code you should have the basic knowledge of python like data types, conditional statements, loops and functions.

Some libraries are also used like 'os'(for clearing the screen), 'time'(for sleep) and 'random'(for generating the random numbers for the dice)