Classique #35

Merged
tipragot merged 11 commits from Classique into main 2023-10-29 18:51:42 +00:00
Showing only changes of commit dd151cf496 - Show all commits

View file

@ -147,7 +147,6 @@ def _update(world: World):
return return
elif world[NombreEssai] <= 1: # si il n'a plus d'essai. elif world[NombreEssai] <= 1: # si il n'a plus d'essai.
end_game(world, "Perdu") end_game(world, "Perdu")
print("Perdu")
return return
elif world[RandomNumber] > int(number): # si le nombre est trop petit. elif world[RandomNumber] > int(number): # si le nombre est trop petit.
entity_text[Text] = Text("Plus grand...") entity_text[Text] = Text("Plus grand...")