Skip to content
Snippets Groups Projects
Commit e67067b3 authored by YANG TIANYI's avatar YANG TIANYI
Browse files

Ajouter une condition de fin de jeu

parent 24cb125f
Branches
No related merge requests found
......@@ -59,6 +59,8 @@ int main(void)
break;
}
}
if(g.box_goal_number == g.goal_number)
run = false;
}
freetab(&g);
return 0;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment