diff --git a/birdie.py b/birdie.py index a2d6bab..4d01d51 100644 --- a/birdie.py +++ b/birdie.py @@ -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()