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 an efficient state machine #1

Closed ltpitt closed 3 years ago

ltpitt commented 7 years ago

Port the state machine already available one in pico-8-invaders.p8 in refactoring.p8

Be sure to respect object and variable names or the rest of the porting will have issues :)