ajout des chiffre et menu

This commit is contained in:
ozvann
2024-11-12 17:28:14 +01:00
parent dc671743aa
commit 13c9dd455a
10 changed files with 63 additions and 11 deletions

3
jeu.c
View File

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