|
|
|
@ -7,10 +7,8 @@ https://www.pyxelstudio.net/studio/lzhmwk
|
|
|
|
|
### Objet chien 💀💀💀 : |
|
|
|
|
```py |
|
|
|
|
def __init__(self) : |
|
|
|
|
self.x = 'coords_x' |
|
|
|
|
self.y = 'coords_y' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
self.x = 60 |
|
|
|
|
self.y = 60 |
|
|
|
|
``` |
|
|
|
|
- mouvements : |
|
|
|
|
- gauche,droite,haut,bas |
|
|
|
@ -24,16 +22,14 @@ def __init__(self) :
|
|
|
|
|
|
|
|
|
|
```py |
|
|
|
|
def __init__(self) : |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
self.chien = chien |
|
|
|
|
``` |
|
|
|
|
- mouvements : |
|
|
|
|
- gauche,droite,haut,bas |
|
|
|
|
### Objet maitre : |
|
|
|
|
```py |
|
|
|
|
def __init__(self) : |
|
|
|
|
self.init |
|
|
|
|
|
|
|
|
|
self.chien = chien |
|
|
|
|
``` |
|
|
|
|
- déplacements : |
|
|
|
|
- quand le chien abboie, le maitre vient |
|
|
|
@ -41,26 +37,6 @@ def __init__(self) :
|
|
|
|
|
- affichage |
|
|
|
|
- punition |
|
|
|
|
|
|
|
|
|
### Objet timer : |
|
|
|
|
```py |
|
|
|
|
def __init__(self) : |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
- timer |
|
|
|
|
- gain ou perte de temps |
|
|
|
|
- timer final |
|
|
|
|
- affichage |
|
|
|
|
|
|
|
|
|
### Objet score : |
|
|
|
|
```py |
|
|
|
|
def __init__(self) : |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
- score |
|
|
|
|
- possibilite de gagner ou perdre du score |
|
|
|
|
- calcul du score en fct du tps |
|
|
|
|
|
|
|
|
|
### Objet poule : |
|
|
|
|
```py |
|
|
|
|
def __init__(self) : |
|
|
|
@ -94,8 +70,12 @@ def __init__(self) :
|
|
|
|
|
- controles |
|
|
|
|
- affichages |
|
|
|
|
- timer |
|
|
|
|
- gain ou perte de temps |
|
|
|
|
- timer final |
|
|
|
|
- chien |
|
|
|
|
- maitre,poule |
|
|
|
|
- gain ou perte de temps |
|
|
|
|
- timer final |
|
|
|
|
- fin de partie |
|
|
|
|
- gagner |
|
|
|
|
- perdre 😭😭😭 |
|
|
|
|