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

affichage pour les tests

parent 66e98f76
Branches
No related tags found
No related merge requests found
......@@ -339,7 +339,7 @@ void print_game(){
//affiche les numéros
int cnt = 0;
for(int i=0; i<(game.width*2)+1; i++){
for(int i=0; i<(game.width*2); i++){
if(i%2){
printf("%d",++cnt);
}else{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment