Compare commits
2 Commits
5e8e158d6b
...
406e5d5196
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
406e5d5196 | ||
|
|
626c601eec |
@@ -1 +1 @@
|
|||||||
Press any key to continue . . .
|
Appuyez sur une touche pour continuer...
|
||||||
@@ -21,9 +21,8 @@ void afficherMenu(char& choix);
|
|||||||
void afficherImageMenu(std::fstream& monFlux);
|
void afficherImageMenu(std::fstream& monFlux);
|
||||||
|
|
||||||
//G<>n<EFBFBD>ral
|
//G<>n<EFBFBD>ral
|
||||||
void initTab(std::string grid[][LARGTIC]);
|
|
||||||
void afficherImageTableau(std::string grid[][LARGTIC], std::string style);
|
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
|
void tourJoueur(std::string grid[][LARGTIC], int joueur); //pour savoir quel icon utiliser
|
||||||
bool verifFinMatch(std::string grid[][LARGTIC]);
|
bool verifFinMatch(std::string grid[][LARGTIC]);
|
||||||
void afficherFinMatch(std::string grid[][LARGTIC], int gagnant, int nbJoueurs);
|
void afficherFinMatch(std::string grid[][LARGTIC], int gagnant, int nbJoueurs);
|
||||||
|
|||||||
4
TicTacToe/themes/themeDefaut.txt
Normal file
4
TicTacToe/themes/themeDefaut.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
🔹
|
||||||
|
🔹
|
||||||
|
✖️
|
||||||
|
⭕
|
||||||
Reference in New Issue
Block a user