Browse Source

commit

chapitre-1-challenge-1
ophelie 3 years ago
parent
commit
1efe8c1aa0
1 changed files with 12 additions and 1 deletions
  1. +12
    -1
      birdie.py

+ 12
- 1
birdie.py View File

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

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


def draw():
titi = Actor('bird1', (75, 350))
screen.blit('cascade', (0, 0))

pgzrun.go()

Loading…
Cancel
Save