Skip to content

This program could generate random mazes of any specified size and color. Algorithms are written in python; visuals are displayed by pygame.

Notifications You must be signed in to change notification settings

Kyros0718/Automated_Maze_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

Automated_Maze_Generator

Generate a maze with random patterns. This program uses algorithms to automatically generate networks of paths and walls to actualize a complex maze puzzle.

 

MODIFIABLE ATTRIBUTES

Temporary Attributes

  • $\color{GreenYellow}{\textsf{Maze Size:}}$ 30 x 30
  • $\color{GreenYellow}{\textsf{Maze Wall Color:}}$ Slate Blue
  • $\color{GreenYellow}{\textsf{Background Color:}}$ Black
  • $\color{GreenYellow}{\textsf{Entrance and Exit Color:}}$ White

 

Examples

Size: 30x30

 

Size: 100x100

 

Size: 25x50

 

Size: 43x28


Important

Language: Python
Imports:
  🔸 pygame
  🔸 choice (module: random)

About

This program could generate random mazes of any specified size and color. Algorithms are written in python; visuals are displayed by pygame.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages