antfarmar / Unity-3D-Asteroids

A simple Asteroids clone. In 3D.
The Unlicense
65 stars 15 forks source link

TODO: Ship Health Script Component #3

Closed antfarmar closed 8 years ago

antfarmar commented 8 years ago

Implement the ship's health system.

antfarmar commented 8 years ago

Decided to go rogue-like for now: No health, one life.

A health system could easily be implemented using Rigidbody physical forces on collisions as the input parameter for damage taken.