Merge branch 'master' of dwarves.iut-fbleau.fr:morinl/SAE11_2021
This commit is contained in:
commit
3be785e77f
2
jeu.c
2
jeu.c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user