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

[Research] Implement basic enemy movement #2

Open ltpitt opened 3 years ago

ltpitt commented 3 years ago

Research how to implement classic shoot'em'up enemy swarm movement patterns. If possible implement code in the most flexible way possible in order to reuse the same function to achieve different patterns.