Compare commits

...

2 Commits

Author SHA1 Message Date
dc671743aa git 2024-11-12 14:44:10 +01:00
5cccef1907 git 2024-11-12 14:43:39 +01:00
2 changed files with 9 additions and 0 deletions

5
jeu.c
View File

@@ -6,6 +6,11 @@
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++){
DessinerSegment(x, y * i, xx * i, yy * i);
}
while(1){}
}

4
pion.c
View File

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