Snakes and Ladders is a chance-based board game featuring 100 squares. Players have to get to the top while dealing with the consequences of every dice roll. Historically, the game was used to teach children basic moral values. The ladders were representative of virtues while the snakes of vice. Today, you could see it as a metaphor for life’s journey with all of its ups and downs. Python-based Snake and ladders game.
- Install the
termcolor
andpyfiglet
python modules by typing following commands in terminal.
pip3 install termcolor pyfiglet
- Run
python3 main.py
.
2022.1.0