Skip to content
Snippets Groups Projects
Commit ebfc232e authored by IKHRICHI Soumaya's avatar IKHRICHI Soumaya
Browse files

modification dans graphic.h fait avec Rawan

parent 654cb584
Branches
No related tags found
No related merge requests found
# Maze_Game
Fait par: AL-AMERI RAWAN
IKHRICHI SOUMAYA
lien De Git: https://gitlab.univ-lorraine.fr/alameri1u/maze_game.git
La compilation du jeu se fait dans le treminal avec la commande : make
L'execution: ./main
......
......@@ -3,8 +3,8 @@
#include "player.h"
#define SCREENH 600
#define SCREENW 600
#define SCREENH 700
#define SCREENW 1370
#define BRICKH 32
#define BRICKW 32
......
......@@ -92,9 +92,9 @@ char** modifier_caractere(char** tab,int n,int m,char ancien,char nouveau){
}
return tab;
}
void ecrire_map(const char* nomFichier, char** tab,int n){
FILE* fichier=NULL;
fichier =fopen(nomFichier,"w");
if(fichier!= NULL){
for (int i = 0; i < n; i++){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment