Skip to main content

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

procedurally generated levels may be possible IF someone would be able to write kind of solver taking the rules in play here then be able to score solution according to some difficulty parameter.

Technically, solving these puzzles by brute force is "pretty easy" (for an algorithm), maybe do random attempts until all cases are exhausted and matching how many iterations it has taken would be enough.

Difficulty also scale with number of pieces & hazards.

Still easier says than done :).

(+2)

Now I was thinking about an algorithm able to generate random levels with a couple parameters the developer can set or even the players themselves. I got some ideas but i am not sure they will work in a real situation.