Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 561 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 561 Bytes

dungeon-shooter

Top down shooter with procedural generated levels. Currently has a bug where it the game can crash if you progress far enough.

Power Ups

  • Ammo Crate - increase the amount of ammo
  • Lightning - increase your movement speed
  • Health - increase your amount of health

Enemies

The enemies walk in random directions and recalculate another direction everytime the enemy is hit. Both enemies are identical other than their different sprites.

Controls

  • Arrow keys to shoot
  • Move with W, A, S, D keys
  • Press F to progress to another level