No description
  • TypeScript 93.9%
  • HTML 6.1%
Find a file
2018-04-18 15:47:26 +03:00
res Made projectiles kill other projectiles. 2016-04-12 01:40:46 +03:00
src Improved levels, added score, added win state. 2016-04-16 03:01:46 +03:00
.gitignore Cleanup. 2016-04-01 18:02:51 +03:00
index.html Improved levels, added score, added win state. 2016-04-16 03:01:46 +03:00
LICENSE.md Change license 2018-04-18 15:47:26 +03:00
README.md Change license 2018-04-18 15:47:26 +03:00
tsconfig.json Improved levels, added score, added win state. 2016-04-16 03:01:46 +03:00

Heroic Aerial Defense

Table of contents

General

Heroic Aerial Defense is a side-scrolling shmup. It's visually very simple, as the resolution is 64x64. This is an entry to the #LOWREZJAM 2016 game jam.

Mechanics

This section will describe the different gameplay mechanics seen in the game.

Controls

Action Input
Movement, up Move mouse up, W or ↑
Movement, down Move mouse down, S or ↓
Shoot Click or Space

Enemies

  • Imp
    • An easy enemy, floats around. Greater imps float around faster.
  • Demon
    • An easy enemy to get hit by, but also easy to kill because of their low health. Shoots bullets slowly. Greater demons shoot in 3-shot bursts.

Credits

License

This game is distributed under the terms of the GNU GPLv3 license.