SyntaxStacks / spaceshooter

Javascript Space Game
8 stars 0 forks source link

add bomb #3

Closed ruebenramirez closed 10 years ago

ruebenramirez commented 10 years ago

We should be able to mass kill enemy ships with "bomb" bullets that will have a larger kill area.

SyntaxStacks commented 10 years ago

should the bomb explode upon a hit, after a distance, or a keypress (detonation style)

ruebenramirez commented 10 years ago

These are all excellent ideas; how about all three. The easiest one to implement might be the explode on hit.

SyntaxStacks commented 10 years ago

So this is almost done, I ended up refactoring alot of code in the process.

SyntaxStacks commented 10 years ago

now its in master