Skip to content

algomaster99/snakes-and-ladders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Snakes & Ladders

A simple game of snakes and ladders created on Python 2.7 as a school project.

Installation

Dependencies

Setup

  1. Install Python 2.7
$ cd /usr/src
$ sudo wget https://www.python.org/ftp/python/2.7.15/Python-2.7.15.tgz
$ sudo tar xzf Python-2.7.15.tgz
  1. Install Turtle package
$ sudo apt-get install python-tk
  1. Run it
$ python game.py

Rules

  1. After running the game, the board will be rendered in a few seconds.

  2. Instructions are written to the left of the board.

  3. Press Enter to roll the dice.

  4. Press Q to chicken out. 🐔

Releases

No releases published

Packages

No packages published

Languages