Skip to main content

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

I got stuck at the second maze but the 1st maze worked which is cool ! Was it created without an engine ?

(+1)

Thanks for playing it!
Yep, it was made with HTML5, JavaScript, and CSS, so the engine is basically just your browser. If you ever get stuck, just press R to reload the maze. One thing I still haven't figured out is how to make the algoritm always leave an open path at the start or finish point.  Right now, both are placed completely  random. If u want to check if a maze is actually solvable, press K and Q at the same time, it'll light up every pixel and reveal the whole maze. 

Okay, that's impressive ! I'm sure there is a way for this but I don't know how, maybe a function that checks solvability and regeneration of the maze if false would fix this. Thank you for the controls