1up
A 1up is an item that once touched by the player object, gives the player one more life. implementing 1ups in any game programming language is easy. Once the player object has touched the 1up, simply add 1 to the variable where you store the current amount of player lives.
Psuedo code :
if 1up touches player object then add 1 to player lives
Related Pages
| Categories: Game Programming : Stats |
page_revision: 7, last_edited: 1247023370|%e %b %Y, %H:%M %Z (%O ago)