Améliration Graphique ( non fini ) + code plus facile a lire

This commit is contained in:
2023-12-21 14:32:55 +01:00
parent 114f3dbb39
commit 887caed239
10 changed files with 217 additions and 128 deletions

View File

@@ -15,7 +15,7 @@ int PastilleSurSerpent(PIXELS pastille, PIXELS *serpent, int longueur_serpent);
int MourrirSerpent(PIXELS *serpent, int longueur_serpent);
int Serpent(PIXELS *serpent,PIXELS *pastilles,unsigned long *score,int *longueur_serpent,unsigned long int *vitesse,int direction);
int Serpent(PIXELS *serpent,PIXELS *pastilles,unsigned long *score,unsigned long *longueur_serpent,unsigned long int *vitesse,int direction);
#endif