Le programme permet maintenant d'affichier un ecran qui fait la taille d'une grille 4*4

This commit is contained in:
2025-11-30 16:16:27 +01:00
parent 78c24a6541
commit 7e105c12d6
7 changed files with 74 additions and 10 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef CONFIG_H
#define CONFIG_H
#define NB_LIGNES 4
#define NB_COLS 4
#define TAILLE_CASE 100
#endif