Skip to main content

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

auzkok

8
Posts
3
Followers
A member registered Oct 26, 2017 · View creator page →

Creator of

Recent community posts

Yes! And you have four patterns to try, so one may suit you better than the others.

Hi, thank you. Those are just different seeds for the random generator. You get four different sequences that are identical every play. I chose the seeds to spell different words in base 16. I.e. 0xCAFE = 51966 in decimal.

Thanks, that's great.

Thanks, happy it works for you!

Thank you. The ending was intentional, but probably the skill level didn't exactly meet the intention.

Thanks, with the inspiration by old Windows, lets call it a feature.

Hi ,thanks for the comment. The shadow effect is made of two parts. The visual one is made with godot's Light2D and LightOccluder2D nodes. The "damaging " part is made with  use of StaticBody2D/CollisionPolygon2D nodes and raycasting.  I didn't have time to indicate the health (I almost didn't manage to show the elapsed game time) but I originaly intended to show it with increasing "fire" particles from the body of the bat.

Thanks. In fact, it is randomly generated so every time different.