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

Implement gameover games.status #6

Closed ltpitt closed 3 years ago

ltpitt commented 3 years ago

When the number of lives reaches zero change game status to gameover and show a game over screen.

On the press of x a new game starts.