From 626c601eec4d125ac8bd639d1b396caba73813a9 Mon Sep 17 00:00:00 2001 From: Lea Date: Wed, 26 Nov 2025 11:10:22 -0500 Subject: [PATCH] modification du code pour l'apparence visuelle --- TicTacToe/0 | 2 +- TicTacToe/fonctions.h | 3 +-- TicTacToe/themes/themeDefaut.txt | 4 ++++ 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 TicTacToe/themes/themeDefaut.txt diff --git a/TicTacToe/0 b/TicTacToe/0 index ba64bff..d7619da 100644 --- a/TicTacToe/0 +++ b/TicTacToe/0 @@ -1 +1 @@ -Press any key to continue . . . \ No newline at end of file +Appuyez sur une touche pour continuer... \ No newline at end of file diff --git a/TicTacToe/fonctions.h b/TicTacToe/fonctions.h index d260006..73d63d2 100644 --- a/TicTacToe/fonctions.h +++ b/TicTacToe/fonctions.h @@ -21,9 +21,8 @@ void afficherMenu(char& choix); void afficherImageMenu(std::fstream& monFlux); //Gnral -void initTab(std::string grid[][LARGTIC]); void afficherImageTableau(std::string grid[][LARGTIC], std::string style); -void changerLeTheme(std::string& style); +void changerLeTheme(); void tourJoueur(std::string grid[][LARGTIC], int joueur); //pour savoir quel icon utiliser bool verifFinMatch(std::string grid[][LARGTIC]); void afficherFinMatch(std::string grid[][LARGTIC], int gagnant, int nbJoueurs); diff --git a/TicTacToe/themes/themeDefaut.txt b/TicTacToe/themes/themeDefaut.txt new file mode 100644 index 0000000..44305f9 --- /dev/null +++ b/TicTacToe/themes/themeDefaut.txt @@ -0,0 +1,4 @@ +🔹 +🔹 +✖️ +⭕