pyxelEasy Playground

Retro game engine for making 8-bit style games

Getting started with pyxelRun locally
Install
pip install pyxel
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: pyxel)

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

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?