ltpitt / lua-pico-8-invaders

A Space Invaders implementation for PICO-8 Fantasy Console, written in LUA
GNU General Public License v3.0
1 stars 0 forks source link

[Easy] Implement number of lives functionality #5

Closed ltpitt closed 3 years ago

ltpitt commented 3 years ago

A player should have 3 lives, shown at the top right in a graphical way. When the ship collides one of the lives should be removed both from the counter (ship.lives) and graphycally.

ltpitt commented 3 years ago

Done