Month: October 2018

Creating objects in Pico-8 using tables to imitate classes

After a while, it becomes necessary to use objects in your program.  That is, you create a class of object (let’s say a bullet) which can control its own update and draw routines and keeps track of its…

Read More »