suppression fichier test dans out

This commit is contained in:
Jude Christ AISSI 2023-12-20 08:56:34 +01:00
parent 1676f05187
commit b749e57f28
22 changed files with 12 additions and 0 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
SAE_semestre1/Makefile Normal file → Executable file
View File

View File

@ -0,0 +1,5 @@
#ifndef FONCTIONS_H
#define FONCTIONS_H
#endif

0
SAE_semestre1/fichier.h/main.h Normal file → Executable file
View File

0
SAE_semestre1/fichier.h/menu.h Normal file → Executable file
View File

0
SAE_semestre1/fichier.h/pastille.h Normal file → Executable file
View File

0
SAE_semestre1/fichier.h/serpent.h Normal file → Executable file
View File

0
SAE_semestre1/fichier.h/terrain.h Normal file → Executable file
View File

0
SAE_semestre1/fichier.h/time.h Normal file → Executable file
View File

BIN
SAE_semestre1/img/bombe.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

0
SAE_semestre1/img/fond.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 600 B

After

Width:  |  Height:  |  Size: 600 B

0
SAE_semestre1/img/mur.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
SAE_semestre1/img/pomme.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
SAE_semestre1/img/serpent.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 493 B

After

Width:  |  Height:  |  Size: 493 B

7
SAE_semestre1/src/game.c Normal file → Executable file
View File

@ -189,6 +189,13 @@ void Pomme(int pos_x[], int pos_y[], int pommex[], int pommey[], int *segment){
}
}
}
void Menu_debut(){
affiche = ChargerSprite("Img/image.png")
AddicherSprite(affiche,0,0)
}
Menu_debut();
int main(void){
int segment = 10;
int go_on = 1;

0
SAE_semestre1/src/main.c Normal file → Executable file
View File

0
SAE_semestre1/src/menu.c Normal file → Executable file
View File

0
SAE_semestre1/src/pastille.c Normal file → Executable file
View File

0
SAE_semestre1/src/serpent.c Normal file → Executable file
View File

0
SAE_semestre1/src/terrain.c Normal file → Executable file
View File

0
SAE_semestre1/src/time.c Normal file → Executable file
View File