Pico-Kit
Jump to navigation
Jump to search
An opinionated collection of PICO-8 helpers that add a couple of useful bits of functionality. It comes with four libraries:
- oop - an implementation of classes and objects that uses metatables
- tools - various tools for manipulating tables
- debug - improved printing that allows you to print an entire table, among other things
- physics - a tiny physics engine
To get started, just download the 'starter.p8' file off of the github page and open it up with PICO-8.