Inspiration

I like mazes, I wanted a program to make them for me.

What it does

Make mazes.

How we built it

Using C and GTK, we used libraries that let us work on a drawing area. We used a depth first search algorithm to generate the maze by combining lines of a static size.

Challenges we ran into

The screen kept on redrawing getting rid of our maze, we had to find a way to keep it on there and make it be the same maze. We could not find a way to stop the redraw event, so we solved this another way.

Accomplishments that we're proud of

IT MAKES MAZES!!!!!

What we learned

We learned how to make mazes and got better with GTK and C.

What's next for aMAZEing

We had more planned, but did not have time to implement.

Built With

Share this project:

Updates