adharshkamath / Maze-Runner

A popular maze runner game implemented using C++ and OpenGL
1 stars 2 forks source link

Animating Maze Generation #8

Open shanthanu9 opened 5 years ago

shanthanu9 commented 5 years ago

I see that you have implemented random maze generation with backtracking. It will look good if this was shown by an animation initially.

Possible extension after the expo;)

adharshkamath commented 5 years ago

I see that you have implemented random maze generation with backtracking. It will look good if this was shown by an animation initially.

Possible extension after the expo;)

Noted! :")

adharshkamath commented 2 years ago

Took a while, but fbc83480d0662467bd615b4e2f89a9e55434a7d4 adds the maze generation animation to the game. I've also split the code into different components since I have a lot of time on my hands after returning from college 😆

shanthanu9 commented 2 years ago

Lol nice :laughing:. Btw, I tried building the project locally, and am I getting segmentation fault! No idea what the issue is:

image

adharshkamath commented 2 years ago

Lol nice laughing. Btw, I tried building the project locally, and am I getting segmentation fault! No idea what the issue is:

image

Interesting. It works locally for me. I'll try reproducing it freshly in a different location or a different machine