davidyu / Sonar

Networked multiplayer SHMUP-lite
http://lewenyu.com/sonar
MIT License
0 stars 0 forks source link

Missiles and torpedoes #7

Closed davidyu closed 9 years ago

davidyu commented 10 years ago

Torpedoes are just a way of enabling head-to-head competition. The overall design and vision of this game is stealth, so torpedoes should be rarely used, if ever.

davidyu commented 10 years ago

The simple guided torpedo should follow the last know position of the enemy and detonate there.

Design 1

Implement a simple straight, non-homing torpedo

davidyu commented 10 years ago

Design 2

Augment torpedo with homing

Food for thought: do we want to differentiate the Input/Controller for the reticule from the Input/Controller for the player?

davidyu commented 9 years ago

Torpedoes work now. Closing in preparation for open source release.