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
- GitHub repo - main project page, README covers installation
- User guide - official docs and API reference
- Web launcher - run Pyxel apps in the browser, no install needed
- Code Maker - write and run Pyxel code in the browser
- User examples - community-made games and demos, playable in browser
- PyPI package -
pip install pyxel
Quick start
pip install pyxel
pyxel copy_examples # copies example code to current dir
pyxel run 01_hello_pyxel.py