2022-11-30 17:23:59 +01:00
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <graph.h>
|
|
|
|
#include <time.h>
|
|
|
|
#include "images.h"
|
|
|
|
#include "jeu.h"
|
|
|
|
#include <unistd.h>
|
2022-12-03 18:52:19 +01:00
|
|
|
#include "cheat.h"
|
2022-11-30 17:23:59 +01:00
|
|
|
|
2022-12-02 16:12:33 +01:00
|
|
|
int jeu(int position[20][4], int nb_paires,int tab[40]){
|
|
|
|
int score=0,score2,repet,test=0;
|
2022-12-04 17:25:50 +01:00
|
|
|
int pos_x,pos_y,oui;
|
2022-12-09 10:41:50 +01:00
|
|
|
int i,j,g,l=0,n=0,x=0,stock_g_1,stock_g_2,sauv_pos[80];
|
2022-12-02 19:46:42 +01:00
|
|
|
int repet2, nb_images;
|
2022-12-02 20:09:13 +01:00
|
|
|
int clic_x,clic_y,im_y,im_x, im_x_1, im_x_2, im_y_1, im_y_2;
|
2022-12-02 16:12:33 +01:00
|
|
|
unsigned long temps, temps2,temps3=1;
|
2022-12-02 19:46:42 +01:00
|
|
|
char tempstab[50],affichage[50],scoretab[50];
|
2022-12-02 20:09:13 +01:00
|
|
|
|
2022-11-30 22:19:45 +01:00
|
|
|
couleur c=CouleurParComposante(0,0,0);
|
2022-11-30 21:06:30 +01:00
|
|
|
temps2=Microsecondes();
|
2022-12-02 16:12:33 +01:00
|
|
|
ChargerImage("./Images/score.png",760,250,0,0,224,63);
|
2022-12-01 16:42:34 +01:00
|
|
|
printf("Voici le nombre de paires: %d\n", nb_paires);
|
|
|
|
nb_images=nb_paires*2;
|
|
|
|
score=0;
|
2022-12-02 20:32:05 +01:00
|
|
|
c=CouleurParComposante(255,255,255);
|
|
|
|
ChoisirCouleurDessin(c);
|
2022-12-02 16:12:33 +01:00
|
|
|
RemplirRectangle(850,320,50,50);
|
|
|
|
snprintf(scoretab,50,"%d",score);
|
|
|
|
c=CouleurParComposante(0,0,0);
|
|
|
|
ChoisirCouleurDessin(c);
|
|
|
|
EcrireTexte(865,360,scoretab,2);
|
2022-12-04 17:25:50 +01:00
|
|
|
|
2022-12-09 10:41:50 +01:00
|
|
|
for (i=0;i<80;i++){
|
2022-12-04 17:25:50 +01:00
|
|
|
sauv_pos[i]=0;
|
|
|
|
}
|
|
|
|
|
2022-12-01 16:42:34 +01:00
|
|
|
while(score<nb_paires){
|
2022-12-02 20:09:13 +01:00
|
|
|
|
2022-11-30 21:06:30 +01:00
|
|
|
temps=(Microsecondes()-temps2)/1000000;
|
2022-12-01 23:26:15 +01:00
|
|
|
if(temps!=temps3){
|
2022-11-30 22:19:45 +01:00
|
|
|
snprintf(tempstab,50,"%ld secondes ecoulees",temps);
|
|
|
|
c=CouleurParComposante(0,0,0);
|
|
|
|
ChoisirCouleurDessin(c);
|
|
|
|
RemplirRectangle(863,83,120,20);
|
|
|
|
c=CouleurParComposante(255,255,255);
|
|
|
|
ChoisirCouleurDessin(c);
|
|
|
|
EcrireTexte(867,100,tempstab,0);
|
2022-12-01 23:26:15 +01:00
|
|
|
}
|
2022-11-30 22:19:45 +01:00
|
|
|
temps3=temps;
|
2022-12-01 12:35:57 +01:00
|
|
|
repet=0;
|
2022-12-08 12:43:17 +01:00
|
|
|
im_x_1=0;
|
|
|
|
im_x_2=0;
|
|
|
|
im_y_1=0;
|
|
|
|
im_y_2=0;
|
2022-12-01 23:26:15 +01:00
|
|
|
while (repet<2){
|
|
|
|
temps=(Microsecondes()-temps2)/1000000;
|
|
|
|
if(temps!=temps3){
|
|
|
|
snprintf(tempstab,50,"%ld secondes ecoulees",temps);
|
|
|
|
c=CouleurParComposante(0,0,0);
|
|
|
|
ChoisirCouleurDessin(c);
|
|
|
|
RemplirRectangle(863,83,120,20);
|
|
|
|
c=CouleurParComposante(255,255,255);
|
|
|
|
ChoisirCouleurDessin(c);
|
|
|
|
EcrireTexte(867,100,tempstab,0);
|
|
|
|
}
|
|
|
|
temps3=temps;
|
2022-12-02 20:09:13 +01:00
|
|
|
|
2022-12-02 16:12:33 +01:00
|
|
|
/*Triche*/
|
2022-12-03 16:38:44 +01:00
|
|
|
if(ToucheEnAttente() && Touche()==XK_t){
|
2022-12-04 17:36:36 +01:00
|
|
|
n=cheat(affichage,tab, sauv_pos);
|
2022-12-02 16:12:33 +01:00
|
|
|
}
|
2022-12-02 20:09:13 +01:00
|
|
|
|
|
|
|
/*Clic de la souris*/
|
2022-11-30 17:23:59 +01:00
|
|
|
if (SourisCliquee()){
|
|
|
|
clic_x=_X;
|
|
|
|
clic_y=_Y;
|
|
|
|
|
|
|
|
im_x=0;
|
|
|
|
im_y=0;
|
2022-12-02 16:25:42 +01:00
|
|
|
|
2022-12-02 20:09:13 +01:00
|
|
|
/*Détection des coordonées x et y du clic de la souris*/
|
2022-11-30 17:23:59 +01:00
|
|
|
for (pos_y=370;pos_y>=10;pos_y=pos_y-90){
|
|
|
|
if (clic_y>=pos_y){
|
|
|
|
if (clic_y<=pos_y+80){
|
|
|
|
im_y=pos_y;
|
2022-12-02 20:09:13 +01:00
|
|
|
if (repet==0){
|
|
|
|
im_y_1=pos_y;
|
|
|
|
}
|
|
|
|
else{
|
|
|
|
im_y_2=pos_y;
|
|
|
|
}
|
2022-11-30 17:23:59 +01:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
for (pos_x=640;pos_x>=10;pos_x=pos_x-90){
|
|
|
|
if (clic_x>=pos_x){
|
|
|
|
if (clic_x<=pos_x+80){
|
|
|
|
im_x=pos_x;
|
2022-12-02 20:09:13 +01:00
|
|
|
if (repet==0){
|
|
|
|
im_x_1=pos_x;
|
|
|
|
}
|
|
|
|
else{
|
|
|
|
im_x_2=pos_x;
|
|
|
|
}
|
2022-11-30 17:23:59 +01:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-12-04 17:25:50 +01:00
|
|
|
/*Si les coordoonées correspondent à une image, et une image différente pour le 2e cilc*/
|
2022-12-02 20:32:05 +01:00
|
|
|
if (im_x!=0 && im_y!=0 && (im_x_1!=im_x_2 || im_y_1!=im_y_2)){
|
2022-11-30 17:23:59 +01:00
|
|
|
for (i=0;i<20;i++){
|
|
|
|
for (j=0;j<2;j++){
|
2022-12-01 12:35:57 +01:00
|
|
|
if (position[i][(j*2)]==im_x && position[i][(j*2+1)]==im_y){
|
2022-12-02 20:09:13 +01:00
|
|
|
g=i+1;
|
2022-12-01 23:17:52 +01:00
|
|
|
if (repet==0){
|
|
|
|
stock_g_1=g;
|
|
|
|
}
|
|
|
|
else{
|
|
|
|
stock_g_2=g;
|
|
|
|
}
|
2022-12-02 20:09:13 +01:00
|
|
|
snprintf(affichage,50,"Images/image%d.png",g);
|
|
|
|
ChargerImage(affichage,im_x,im_y,0,0,80,80);
|
|
|
|
printf("%s\n", affichage);
|
2022-12-01 12:35:57 +01:00
|
|
|
repet++;
|
2022-11-30 17:23:59 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-12-01 13:53:28 +01:00
|
|
|
}
|
2022-12-01 12:35:57 +01:00
|
|
|
}
|
|
|
|
}
|
2022-12-04 17:25:50 +01:00
|
|
|
|
|
|
|
/*Si les deux images forment une paire*/
|
2022-12-01 23:17:52 +01:00
|
|
|
if (stock_g_1==stock_g_2){
|
2022-12-04 17:25:50 +01:00
|
|
|
sauv_pos[l]=position[stock_g_1-1][0];
|
|
|
|
sauv_pos[l+1]=position[stock_g_1-1][1];
|
|
|
|
sauv_pos[l+2]=position[stock_g_1-1][2];
|
|
|
|
sauv_pos[l+3]=position[stock_g_1-1][3];
|
|
|
|
|
2022-12-02 20:09:13 +01:00
|
|
|
position[stock_g_1-1][0]=0;
|
|
|
|
position[stock_g_1-1][1]=0;
|
|
|
|
position[stock_g_1-1][2]=0;
|
|
|
|
position[stock_g_1-1][3]=0;
|
2022-12-01 22:32:16 +01:00
|
|
|
score++;
|
2022-12-04 17:25:50 +01:00
|
|
|
l=l+4;
|
2022-12-01 12:35:57 +01:00
|
|
|
}
|
2022-12-04 17:25:50 +01:00
|
|
|
|
|
|
|
/*réaffichage des images*/
|
2022-12-01 16:42:34 +01:00
|
|
|
repet2=0;
|
2022-12-01 23:17:52 +01:00
|
|
|
if (score!=nb_paires){
|
2022-12-01 12:35:57 +01:00
|
|
|
sleep(1);
|
|
|
|
for (pos_y=10;pos_y<=370;pos_y=pos_y+90){
|
2022-12-04 17:25:50 +01:00
|
|
|
for (pos_x=10;pos_x<=640;pos_x=pos_x+90){
|
|
|
|
oui=0;
|
2022-12-09 10:41:50 +01:00
|
|
|
for (i=0;i<l;i=i+2){
|
2022-12-04 17:25:50 +01:00
|
|
|
if (sauv_pos[i]==pos_x && sauv_pos[i+1]==pos_y){
|
|
|
|
oui=1;
|
|
|
|
}
|
|
|
|
}
|
2022-12-02 20:32:05 +01:00
|
|
|
|
2022-12-04 17:25:50 +01:00
|
|
|
if (oui==0){
|
|
|
|
ChargerImage("Images/image0.png",pos_x,pos_y,0,0,80,80);
|
|
|
|
}
|
2022-12-02 16:25:42 +01:00
|
|
|
repet2++;
|
|
|
|
if (repet2==nb_images){
|
|
|
|
pos_x=750;
|
|
|
|
pos_y=380;
|
|
|
|
}
|
2022-12-01 12:35:57 +01:00
|
|
|
}
|
2022-11-30 17:23:59 +01:00
|
|
|
}
|
|
|
|
}
|
2022-12-02 16:12:33 +01:00
|
|
|
if(score2!=score){
|
|
|
|
c=CouleurParComposante(255,255,255);
|
|
|
|
ChoisirCouleurDessin(c);
|
|
|
|
RemplirRectangle(850,320,50,50);
|
|
|
|
snprintf(scoretab,50,"%d",score);
|
|
|
|
c=CouleurParComposante(0,0,0);
|
|
|
|
ChoisirCouleurDessin(c);
|
|
|
|
EcrireTexte(865,360,scoretab,2);
|
|
|
|
}
|
|
|
|
score2=score;
|
2022-11-30 17:23:59 +01:00
|
|
|
}
|
2022-12-02 16:12:33 +01:00
|
|
|
ChargerImage("./Images/FIN.png",300,460,0,0,399,87);
|
2022-12-01 17:52:53 +01:00
|
|
|
Touche();
|
|
|
|
FermerGraphique();
|
2022-12-01 23:17:52 +01:00
|
|
|
return 1;
|
2022-11-30 17:23:59 +01:00
|
|
|
}
|