Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 555 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 555 Bytes

pico-8-shooter

A pico-8 space shooter in 16 gifs

DEMO

Title

  1. Draw ship on screen.
  2. Animate propulsion.
  3. Basic ship movement.
  4. Fire laser bullets.
  5. Remove bullets, if they leave screen.
  6. Draw enemies.
  7. Move enemies.
  8. Points and health.
  9. Collision 1: Clean up and preparation.
  10. Collision 2: Define boxes.
  11. Collision 3: Collide boxes.
  12. Change states.
  13. Health, game over, immortality.
  14. Explosions.
  15. Stars.
  16. Enemy movement and respawn.