Files
SAE11_2024/comportementJCJ.c

9 lines
129 B
C
Raw Normal View History

#include <graph.h>
void compJCJ(int taille){
2024-11-13 23:25:07 +01:00
int fin = 0;
while(fin == 0){
EcrireTexte(10, 10, "Tour du joueur 1", 1);
}
}