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

commentaires : notes pour plus tard

parent 51374b87
Branches
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ int main(int argc, char** argv){
//print_gameCells();
int win = Launch_puissance4();
printf("\nle winner c'est ça la : %d\n",win);
//ici on va gérer probablement si on veut mettre a jour un score et relancer une nouvelle partie jusqu'à ce que l'utilisateur veut arrêter
return EXIT_SUCCESS;
}
......
......@@ -34,7 +34,7 @@ typedef struct grid{
int curr_player;
}grid;
struct cell **Create_grid2D();
struct cell **Create_grid2D(); //on pourrait peut être créer une autre librairie CELL.h pour gérer les cellules maybe ?
void print_cells(struct cell **cell);
void print_gameCells();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment