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 collision between player / immigrant #10

Closed ltpitt closed 3 years ago

ltpitt commented 3 years ago

Collision should make player and immigrant disappear...

Maybe it could be a good idea to make it happen ONLY if the player fired first.

ltpitt commented 3 years ago

Done