Anybody else coming from Pico-8 / Arduino?

While waiting for the real device to show up, I started creating a Fakedate with a Teensy 4 and an Adafruit Memory display, to experiment with game development for the Playdate. To get things started, I wrote a Pico-8 library to port Pico-8 games. I make a design in Pico-8, then I use a self built coverter to load the spritemap, I replace the sprite sheet with 16x16 b&w sprites instead of 8x8 16-colour ones, and I can get my games running on the Teensy.
I was wondering if there is a quick route from Teensy code to playdate code. Both run on a comparable M7 arm microcontroller.

1 Like