Explorar el Código

Ma solution

La-solution-à-bibi
Alain Somville hace 3 años
padre
commit
387ba5dc0f
Se han modificado 1 ficheros con 10 adiciones y 1 borrados
  1. +10
    -1
      birdie.py

+ 10
- 1
birdie.py Ver fichero

@@ -1 +1,10 @@
print('Hello world !')
import pgzrun

TITTLE = "Paf l'oiseau"
WIDTH = 400
HEIGHT = 708

def draw():
screen.blit('background',(0,0))

pgzrun.go()

Cargando…
Cancelar
Guardar