Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 655 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 655 Bytes

|_| | _ | _

Pygame space shooter

Demo


Controls

Move left - a Move right - d Fire laser - space

Ships


Saucer

  • Tracks player from the top of the screen.
  • Spawns with a shield.
  • Before firing it will stop moving play an animation.
  • Projectile will be a beam that ends at window.height.

Kamikaze

  • On spawn it moves to a point, tracks player, then dives at them.

TODO


  • controller support
  • in game ui

Projectiles

  • Decrease laser size

Saucer

  • Set timers
  • Set spawn cycle
  • Animate
  • Somehow create laser blast, make it damage other enemies
  • Maybe have saucer angle up to 45 degrees