I'm bad at playing games, couldn't get past level 1 :(
Also game was very laggy on my browser.
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.
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