Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

61. This is harrrrrrrd! My score is only due to the fact ur bullets seem to keep traveling indefinitely and kill things offscreen if u just spam fire button.

Thanks for playing and commenting. Maybe the code for out of screen bullet removal is a bit buggy:

if(q.x>128)c=1

if(c>0)del(p,q)

It seems the 128 value is too high.

Also difficulty tuning in most of my short games looks like "player is allowed to survive for ... seconds"