packages=['pyxel']
[[fetch]]
files = ['jump_game.pyxres', 'platformer.pyxres']
from = 'https://jeff-glass-dev.s3.amazonaws.com/pyodide-pyxel-examples/assets'
to_folder = 'assets'
[[fetch]]
files = ['sprite.png']
from = 'assets'
to_folder = 'assets'
[[interpreters]]
src = "https://jeff-glass-dev.s3.amazonaws.com/pyodide-pyxel/pyodide.js"
name = "pyodide-0.22.1"
lang = "python"
Example Adapted from the Pyxel Repository by Kitao
Try defocusing this browser window to see the game automatically pause.
< Return to Examples