ajout des fichier pour les comportement du jeu en fonction du nombre de joueur

This commit is contained in:
2024-11-13 11:07:47 +01:00
parent aa7bceba3c
commit 4225c39b86
10 changed files with 50 additions and 16 deletions

5
comportementJCJ.c Normal file
View File

@@ -0,0 +1,5 @@
#include <graph.h>
void compJCJ(int taille){
DessinerSegment(0, 0, 100, 100);
}