Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

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:)
(+1)

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

(1 edit)

I did the same!