Merge branch 'main' of grond.iut-fbleau.fr:abraham/SAE11_2024

This commit is contained in:
khadir
2024-11-12 16:11:25 +01:00
2 changed files with 9 additions and 0 deletions

5
jeu.c
View File

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

4
pion.c
View File

@@ -0,0 +1,4 @@
<<<<<<< HEAD
=======
>>>>>>> f21a4c872d10db76a298caf1b13782029be1130e