Skip to content

Files

Latest commit

5c13f95 · Oct 4, 2020

History

History
This branch is 230 commits behind Py-Contributors/awesomeScripts:master.

snake_and_ladder

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 4, 2020
Oct 4, 2020

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