This commit is contained in:
proal 2022-12-01 13:18:29 +01:00
parent 7f5478f374
commit 734e13e870

2
jeu.c
View File

@ -10,6 +10,7 @@ int jeu(int position[20][4]){
int score=0,repet,test=0;
int pos_x,pos_y;
int i,j,g;
int nb_paires;
int clic_x,clic_y,im_y,im_x;
unsigned long temps, temps2,temps3;
char tempstab[50],affichage[50];;
@ -17,6 +18,7 @@ int jeu(int position[20][4]){
int tab[3];
couleur c=CouleurParComposante(0,0,0);
temps2=Microsecondes();
for (i=0)
while(score<20){
printf("\n\nVoici le score: %d\n", score);
temps=(Microsecondes()-temps2)/1000000;