Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 539 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 539 Bytes

PolygonPanic

PolygonPanic is a shoot 'em up written using Phaser. The game may be played in a web browser here, or by cloning the repository and executing python -m http.server (or equivalent) from the project root.

TODO

  • Moving background
  • Basic player movements/attacks
  • Enemy Units
  • Level transitions
  • Sound effects/music
  • Scoring
  • Start page
  • Win/lose conditions
  • Bosses?