Affichage de la grille faite en fonction de la taille selectionner par le joueur

This commit is contained in:
ozvann
2024-11-12 23:24:16 +01:00
parent ccd6e58510
commit 666253eb3c
7 changed files with 36 additions and 19 deletions

4
jeu.c
View File

@@ -6,10 +6,6 @@
void GraphJeu(){
int x = 50, y = 50, xx = 150, yy = 50, i = 0;
printf("fichier jeu.c taille variable\n");
for(i = 1; i < 9; i++){
DessinerSegment(x, y * i, xx * i, yy * i);
}
while(1){}
}