/pico8

Run Pico-8 Tweetjam carts in Defold

Primary LanguageLua

Pico-8 Tweetjam API

This is an experiment to run Pico-8 Tweetjam carts in Defold.

Pico-8 API for Defold

The pico8 folder contains a partial (very!) implementation of the Pico-8 API. The API functions that are implemented are focused on the ones typically used in Tweetjam carts (circ, circfill, line etc)

The tweetjam folder contains a bootstrap collection and a script to run a Tweetjam cart/string using the Defold Pico-8 API.

Credits

This project would not have been possible without the DrawPixels extension by Agulev. Thanks!