← Return to game
Log in with itch.io to leave a comment.
Hi! What did you use for maze generation? (or is it just completely random in this game?)
I made a video about making a maze game a while ago, which you might find interesting:
I saw that video... But I used the recursive backtracking algorithm
The algorithm in the video is also recursive backtracking:) although slightly modified to combine maze generation and sprite generation
I did the same!
← Return to game
Comments
Log in with itch.io to leave a comment.
Hi! What did you use for maze generation? (or is it just completely random in this game?)
I made a video about making a maze game a while ago, which you might find interesting:
and feel free to ask me any questions if you have any:)I saw that video... But I used the recursive backtracking algorithm
The algorithm in the video is also recursive backtracking:) although slightly modified to combine maze generation and sprite generation
I did the same!