Kyros0718 / Automated_Maze_Generator

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%