Browse Source
Ajout d'un commentaire + fichier scores.json initial
master
Dimitri Merejkowsky
5 years ago
No known key found for this signature in database
GPG Key ID: 6BF3C7EA7C2D64EC
2 changed files with
2 additions and
0 deletions
-
saison-2/sources/pendu.py
-
saison-2/sources/scores.json
|
@@ -32,6 +32,7 @@ def demander_joueur(): |
|
|
|
|
|
|
|
|
def jeu(): |
|
|
def jeu(): |
|
|
mot = choisir_mot_au_hasard() |
|
|
mot = choisir_mot_au_hasard() |
|
|
|
|
|
# pour débugger: |
|
|
print(mot) |
|
|
print(mot) |
|
|
tentatives = [] |
|
|
tentatives = [] |
|
|
while True: |
|
|
while True: |
|
|