Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

damn this is cool.  More varied enemies would be nice, but i belive most time went to that creation.like was it hard checking if a path to the boss existed?

I already did a pahtfinding algorithm (A*-algorithm) in a previous prototype. So it was pretty easy to implement it in my game.  However the most time went into dungeon creation. This was the first time i did something like that.