pyxel

Package — Game DevPython 3.7+Intermediate

Retro game engine for making 8-bit style games

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (C extension, self-contained)
Install
pip install pyxel

Learn by Difficulty

Quick Example

python
# Install: pip install pyxel
import pyxel

# Basic pyxel usage
print(f"Using pyxel")
# See documentation for detailed examples

pyxel is a third-party package. Retro game engine for making 8-bit style games. Install with: pip install pyxel

Try in Playground

Tags

packagegame-developmentgraphicsinteractive