PYXEL STUDIO
www.pyxelstudio.net/studio/z8gamn
  • app.py
  • res.pyxres
  • 2.pyxres
  • 5.pyxres
  • 6.pyxres
  • 8.pyxres
  • 9.pyxres
  • awsdd.pyxres
  • ennemy.pyxres
  • fghj.py
  • hay.py
  • jogo.pyxres
  • myImg.pyxres
  • sg_beta.pyxres
  • sprites.pyxres
  • test.py
app.py
import pyxel pyxel.init(128, 128) def update(): if pyxel.btnp(pyxel.KEY_Q): pyxel.quit() def draw(): pyxel.cls(1) pyxel.rect(10, 10, 20, 20, 11) pyxel.run(update, draw)
Description
Documentation
PACKAGES
If your project uses packages, list them bellow (names separated by commas). Packages that can be added are only packages built in Pyodide.
Example: numpy,pandas
Layout
Packages
If your project uses packages, list them bellow (names separated by commas). Packages that can be added are only packages built in Pyodide.
Example: numpy,pandas
File to execute with the public link
PYXEL DOCUMENTATION
Official documentation: