Skip to main content

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

Nice! I'm impressed by the procedural level generation. The overall polish is good, although controlling the character took some getting used to, I flew off the edge the first couple of times! After a little while I managed to get to 185m.

Great job!

(+1)

Hello.

Before I started coding, I got the idea, and then thought about how can I implement the procedural generation. I initially thought is was out of scope but in fact that was easy. I haven’t build a full system, I just made chunks of 320x320 pixels (each in a separate room), then a parser simply grab all the elements in each chunk and their position, and put it in an array. Then in the game room, I have a chunk generator object : when the camera reach a point, it chooses randomly the next chunk to spawn, and adds the elements from the list (last chunk y + relative position in the chunk). I of course designed the chunks so they can chain together in a seem less way.

I also plan to make more chunks in a post jam version, to make it more diversified (there are 4 chunks for now).

I will play yours too when I will get time.

Thank you for playing !

(+1)

Great explanation - I thought it worked like that, still impressive!