suppression fichier test dans out
0
.gitignore
vendored
Normal file → Executable file
0
SAE_semestre1/Makefile
Normal file → Executable file
5
SAE_semestre1/fichier.h/fonctions.h
Executable file
@ -0,0 +1,5 @@
|
||||
#ifndef FONCTIONS_H
|
||||
#define FONCTIONS_H
|
||||
|
||||
|
||||
#endif
|
0
SAE_semestre1/fichier.h/main.h
Normal file → Executable file
0
SAE_semestre1/fichier.h/menu.h
Normal file → Executable file
0
SAE_semestre1/fichier.h/pastille.h
Normal file → Executable file
0
SAE_semestre1/fichier.h/serpent.h
Normal file → Executable file
0
SAE_semestre1/fichier.h/terrain.h
Normal file → Executable file
0
SAE_semestre1/fichier.h/time.h
Normal file → Executable file
BIN
SAE_semestre1/img/bombe.png
Executable file
After Width: | Height: | Size: 4.8 KiB |
0
SAE_semestre1/img/fond.png
Normal file → Executable file
Before Width: | Height: | Size: 600 B After Width: | Height: | Size: 600 B |
0
SAE_semestre1/img/mur.png
Normal file → Executable 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
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
0
SAE_semestre1/img/serpent.png
Normal file → Executable file
Before Width: | Height: | Size: 493 B After Width: | Height: | Size: 493 B |
7
SAE_semestre1/src/game.c
Normal file → Executable 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;
|
||||
|