Pyxel: A retro game engine for Python

Pyxel is a retro game engine for Python, inspired by retro consoles with limited specifications like 16 colors and 4 sounds. Users’ feedback drove Pyxel’s development, and it’s open source. It’s easy to create pixel art games with Pyxel, similar to PICO-8 and TIC-80. Run it on Windows, Mac, Linux, or the web. Unique features include 8 musics with customizable sounds and support for keyboard, mouse, and gamepad inputs. Examples cover games like Jump, Snake, and Shooter. Special controls like saving screenshots and toggling performance monitor add to the experience. API reference is available. Enjoy making retro games with Pyxel!

https://github.com/kitao/pyxel

To top