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

mise au propre

parent 5dc863b6
No related branches found
No related tags found
No related merge requests found
......@@ -287,7 +287,7 @@ int Launch_puissance4_randBot(struct game *game, int seed){
if((i = put_free_cell(game, chiffre, game->players[game->curr_player].symbol))<0){
if(Is_Grid_full(*game)){
printf("y a un egalite mais probablement un bug\n");
return EQUAL; //jeu egal ou retourner un bug ... a voir..
return EQUAL;
}else{
printf("ok la y a un bug de zinzin check ca \n");
print_game(*game);
......@@ -366,7 +366,7 @@ int Launch_puissance4_smartBot(struct game *game, int seed){
if(Is_Grid_full(*game)){
printf("y a un egalite mais probablement un bug\n");
//fin du jeu
return EQUAL; //jeu egal ou retourner un bug ... a voir..
return EQUAL;
}else{
printf("il y a un bug, faut check ca \n");
print_game(*game);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment