Shrinko8

From Pico-8 Wiki
Jump to navigation Jump to search

Shrinko8 is a command-line tool written in python that operate on pico-8 carts and supports:

  • Aggressive minification to save on character count & compressed size.
  • Linting - reporting of common code issues
  • Converting p8 to png (and vice versa), with resulting compressed size being a bit smaller than Pico-8
  • More (e.g. token counting, running custom python scripts to process carts)

It can be found in GitHub here: