From 387ba5dc0f2a9b857af974f957b843fb4773fa4c Mon Sep 17 00:00:00 2001 From: Alain Somville Date: Mon, 7 Dec 2020 18:30:57 +0100 Subject: [PATCH] Ma solution --- birdie.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/birdie.py b/birdie.py index a2d6bab..cf00492 100644 --- a/birdie.py +++ b/birdie.py @@ -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()