Use arrow keys to move, hold Z to shoot, press X to bomb (Will actually add bombs later), press Shift to move slower, press P to suicide. If the controls don't work, press T to switch between Keyboard and Gamepad. There's basic gamepad support for moving and shooting, but not much else (yet). Resolution of the game is 1280x720, so the game might not work if your monitor has a lower resolution. (Warning: Game might contain funny graphics. Seriousness is strongly discouraged while playing this game.)
Keep in mind, this game is barely in its earliest alpha. We intend to develop it a lot further, though we might continue development in MonoGame instead. Any tips on improving efficiency, performance, and stability are always welcome. Game is developed under LÖVE 0.8.0.
Download it here! (File may still be uploading)
Enjoy!0.1 - Initial Attempt
- Added a ship you could move around
- Added a background
- Added a grand total of two bullets to fire
- Added a single respawning enemy
- Made a huge mess of the code
0.2 - Rework
- Completely rewrote the code to be far more object-oriented
- Replaced all the graphics
- Changed Resolution to 1280x720
- You can now fire more bullets
- Normalized diagonal movement
- Added background music
- Enemy now moves towards you and tries to attack you
- Player can now actually die and respawn, and you can get a game over after dying 3 times
- You can suicide with 'P'
- Gamepad support! (Supports most Gamepads and XBox controllers)
- Framerate limited to 120 (For performance purposes. Game still works as it should on all framerates, I'm not THAT lazy...)
- Added HUMP's timer system for better timers
- Enemies now randomly spawn a non-functional powerup
0.3 - Gamestate
- Added support for multiple gamestates
- Changed graphic of the ship
- Powerups now work
- Enemies now shoot at you
- You have a limited number of HP and lives, it's game over when you run out!