Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thanks for playing  =)
can i ask what browser you used?

Chrome  - latest. I'm on a 5 year old laptop with i5-6300u which is fast enough for most of the games i tried.

(1 edit)

Hi ograf, I had a try again with  less browser windows open and it was much smoother. I find there were too many enemies though, and couldnt  jump shoot at the same time. Found the levels too big as had to hunt around everywhere for the door. All the levels are auto generated?  That's a cool auto-level-generation program. 

(+1)

Hi mizatorian,

thanks for playing =)

it is auto generated, in the end is very simple mechanic

i made with godot, every level a create a grid, for example 3x3
iterate over the grid and add one block random generated (the size of each block is always the same)
i check if it is the last line and add one block with the end door
for every level i get the dimension (1, 2, 3, etc) and multiply 20% in the enemy velocity