LOVE.blast() is an arena shooter game, which I made by request of several people to demonstrate how to handle instances, collisions, and few other things.
This game's point is quite simple - shoot things, try to avoid contacts with enemies.
To make game somewhat forgiving (considering the screen size of 800x600), player health regenerates at a fair rate.
Controls
WASD - move around
Mouse - in-game = shoot, in-menu = start game
Download Edit: links were long dead so I attached the most recent version I had archived.
Updates
- 1.02 HTML5 (online version changes)
Auto-fire is on, to prevent one awkward bug related to loosing track of keyboard events while clicking in Chrome. Press Space to *not* shoot.
Added slight 'fade' background effect. - 1.02
Fixed bug in spawning at 'odder' framerates.
Added slight enemy fade depending on health (thanks, coffee)
Added an online version. - 1.01
Fixed game to work with variable framerate.
Framerate of at least 15 frames per second is recommended to play this game.