maze This is a maze generator using Kruskal's Algorithm and solver using the A* Algorithm. Sources I used: Kruskal's Algorithm A* Algorithm