Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 318 Bytes

File metadata and controls

18 lines (14 loc) · 318 Bytes

alt text

2D game engine in vanilla Java.

features

  • walking!
  • shooting!
  • particles
  • level editor

TODO

  • fix sprite animations
  • improve enemy pathfinding
  • implement lose state
  • implement HUD
  • finish the actual game
  • tidy up code