Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Hi! For the maze generation I used this thing. It's a pretty cool algorithm, which allows building bitmaps basing on a provided pattern. In my case in the beginning I build the whole maze (11x11?) and then on each step regenerate only edge cells - both using the same code.

Oh, wow. Thank you so much! I'll be sure to look into it.