pyxel

Retro game engine for Python. Free and open source (MIT). Similar constraints to PICO-8: 16 colors, 4 sound channels, 256x256 max resolution.

Related: pico8 workshop

Links

Quick start

pip install pyxel
pyxel copy_examples  # copies example code to current dir
pyxel run 01_hello_pyxel.py