Browse Source

modif biride py

chapitre-1-start
antoine 3 years ago
parent
commit
27711d6a3c
1 changed files with 21 additions and 1 deletions
  1. +21
    -1
      birdie.py

+ 21
- 1
birdie.py View File

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

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












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

pgzrun.go()

Loading…
Cancel
Save