Posted August 07, 2018 by Calle Englund
#pico-8 #lowrezjam
I found myself running into a bit of a mess of global functions and variables, so I spent most of the day refactoring everything to a more object oriented style, albeit currently with static objects only. This should also improve reusability for future PICO-8 projects.