Skip to main content

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

Very cool! Does this use the A* pathfinding algorithm to solve a path until it reaches a fork?

No. The maze is built with one of the algorithm detailed in the book "Mazes for Programmers". The script for generating the maze is available here : Maze/Maze.gd at main · CasualGarageCoder/Maze · GitHub