Skip to content

MarcioMed07/GMG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GMG

GMG is a showdown of Maze Generator algorithms made with Godot Engine. Project Trello

How to use

Clone the reppository and open the project with Godot Engine.

Features

  • Randomized depth-first
  • Simplified version of Prim's algorithm
  • Aldous-Broder algorithm
  • Flood algorithm