maj boucle infini

This commit is contained in:
2023-12-07 11:26:20 +01:00
2 changed files with 19 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
/* Fonctions qui prend en argument le plateau de jeu et le modifie en fonction des déplacements du serpent
Written by Yann KERAUDREN and Titouan LERICHE */
#include <stdlib.h>
#include <stdio.h>
#include <graphe.h>
void deplacement(int* p) {
if (TouchEnAttente() == 1) {
if (Touche() == "Xk_Left") {
BIN
View File
Binary file not shown.