Skip to content

Python code for Snake and Ladder game with Graphical User Interface

Notifications You must be signed in to change notification settings

Codilis/Snake-and-Ladder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

Snake-and-Ladder

Snake and ladder is a simple game consists of snakes and ladders. The object of the game is to navigate one's game piece, according to die rolls, from the start (bottom square) to the finish (top square), helped or hindered by ladders and snakes respectively.

This is a python based version of this game which consist of GUI which is designed using Python's tkinter library

Functions:

def gamePlay(self):
def create_peice(self):
def peices(self, move, turn):
def diceMove(self, position, turn):
def get_choice(self, value):
def startGame(self):

About

Python code for Snake and Ladder game with Graphical User Interface

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages