Merge branch 'master' of dwarves.iut-fbleau.fr:morinl/SAE11_2021

This commit is contained in:
Mathieu PROAL 2022-12-01 13:54:38 +01:00
commit 3be785e77f

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;