Skip to content
Snippets Groups Projects
Commit 51374b87 authored by remi.greub's avatar remi.greub
Browse files

ajout de petits commentaires sympa

parent 6f6a3352
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ int Launch_puissance4(){ ...@@ -108,7 +108,7 @@ int Launch_puissance4(){
//print egalite mais y a probablement eu un bug //print egalite mais y a probablement eu un bug
printf("y a un egalite mais probablement un bug aussi mdr\n"); printf("y a un egalite mais probablement un bug aussi mdr\n");
//fin du jeu //fin du jeu
return EQUAL; //jeu egal return EQUAL; //jeu egal ou retourner un bug ... a voir..
}else{ }else{
//il y a un bug de zinzin //il y a un bug de zinzin
printf("ok la y a un bug de zinzin check ca \n"); printf("ok la y a un bug de zinzin check ca \n");
......
...@@ -41,7 +41,7 @@ void print_gameCells(); ...@@ -41,7 +41,7 @@ void print_gameCells();
void init_puissance4(int height, int width); void init_puissance4(int height, int width);
//void Show_grid(struct cell** cell); //void Show_grid(struct cell** cell); //partie graphique a venir
void cell_destroy(struct cell **cells, int height); void cell_destroy(struct cell **cells, int height);
int kill_game(); int kill_game();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment