karate / fuego-fighters

A top-down arcade game inspired by Aero Fighters, written in Python and Pygame
4 stars 7 forks source link

**Canons** #3

Open karate opened 5 years ago

karate commented 5 years ago

Create at least two types of canons (fast/light, slow/heavy)

karate commented 3 years ago
  1. Heavy canons should be slower, but also have a bigger cool-down (ie: time between consecutive shots). I'm thinking something like 3x damage, and 3" cool-down.
  2. Heavy canons should deal greater damage that light ones (obviously).
  3. Use a separate key for heavy canons, like Left Shift.
ilimugur commented 3 years ago

I'm on it. Will do it in a day or so.