This commit is contained in:
Titouan LERICHE 2023-12-10 22:54:54 +01:00
parent 81aa9fae9b
commit 1d9ef2a3e7
3 changed files with 4 additions and 3 deletions

0
snake/ajout_score.c Normal file

@ -17,7 +17,6 @@ int start (void) {
int i, j;
<<<<<<< HEAD
char* texte1 = "espace = lancer";
@ -35,8 +34,6 @@ int start (void) {
/*initialisation de la taille de la fenetre de jeux*/
CreerFenetre(10,10,1450,840);
=======
>>>>>>> 34ff1f1297db1e53f89c782b8688b2232eaddd6f
/* remplisage du fond d'écran */
@ -133,7 +130,11 @@ int start (void) {
free(tableau);
Touche();
FermerGraphique();

Binary file not shown.