Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

crabby finderView game page

Made for 1 day! from Kazakhstan https://twitter.com/Haj0IRwStpkASMQ
Submitted by J4QK — 1 day, 21 hours before the deadline
Add to collection

Play good game

crabby finder's itch.io page

Leave a comment

Log in with itch.io to leave a comment.

Comments

Nice work =) I like the idea that levels are randomly generated. Do you plan to add simple crab leg animation and may be different background sound? It was making me stress =) However, may be it was intentional, to keep us moving fast.

Deleted 3 years ago

Well done then, I though that levels are randomly generated. Is it always the same level? It's very difficult to make whole game really random (too much code) BUT there is a simpler solution. You can try create a level chunks, for example 10x10 with possible entrance points in the middle (left, top, right, bottom). Then if you have lets say 20 different templates, you can randomly arrange them as a mosaic. Then you just need an algorithm to check that randomly generated map has a solution. If it does not have, then create a new one. It's not a proper solution but it will quire less time than proper random level generation.

Taking in an account that this is your first game, I would say good job! As for the enemy jumping in/out of the edge, you can check this short but useful video https://www.youtube.com/watch?v=XQ_w9iZl0UM