Skip to content

Latest commit

 

History

History
 
 

snake_and_ladder

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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