Introduction This is a simple text based snake and ladder game, with minimal libraries required. We will only be using time, random and sys which all come along with the standard library. Usage Simply go to cmd and type python3 snake_ladder.py to play the game