Skip to content

madrigals1/maze_tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maze

Project for generating mazes, made in Python using Tkinter.
Only generates up to 128x128 labyrinths. Also program can generate the path from start to end.

GamePlay

Menu

Menu

Gameplay

Gameplay

Prerequisites

  • Python 3 - Python is an interpreted, high-level and general-purpose programming language.
  • Tkinter - binding to the Tk GUI toolkit.

Tkinter comes pre-installed with the Python installer binaries for Mac OS X and the Windows platform. So if you install Python from the official binaries for Mac OS X or Windows platform, you are good to go with Tkinter.

For Debian versions of Linux you have to install it manually by using the following commands.

sudo apt-get install python3-tk

Installation and Running

No installation needed, just execute main.py script like this

python main.py

About

Maze Generator made in Python3 using Tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages