From 807e5e1e0a198d4786e14f77859b074cbed73678 Mon Sep 17 00:00:00 2001 From: nguyenh Date: Sun, 11 Dec 2022 15:32:14 +0100 Subject: [PATCH] Derniers travaux, bugfix --- Jeu.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Jeu.c b/Jeu.c index 7167942..2f996dc 100644 --- a/Jeu.c +++ b/Jeu.c @@ -9,10 +9,11 @@ int jeutourne=1; int ToucheT() { + /*fonction qui vérifie si la touche T est appuyé*/ int touche; if (ToucheEnAttente()) { touche= Touche(); - if (touche== 84 || 114){ + if (touche== 84 || 114) { /*84 correspond au t minuscule et 114 au T majuscule*/ return 1; } } @@ -31,6 +32,7 @@ int compteur(int seconde) { } int tricher(int** grille, int difficulte, int i, int f) { + /*fonction tricher*/ int touche, sprite; int tempsdetriche=0; int triche; @@ -57,6 +59,7 @@ int tricher(int** grille, int difficulte, int i, int f) { int GrilleComplete(int** grille, int l, int c) { + /*vérifie si la grille est complète*/ int i, f; for (i=0; i