This commit is contained in:
Sunny
2025-11-26 10:19:31 -05:00
6 changed files with 31 additions and 3 deletions

View File

@@ -331,5 +331,21 @@ void historiqueDesScores() {
//Changer le th<74>me
void changerLeTheme() {
system("cls");
cout << endl << "Changer le theme du jeu Tic Tac Toe" << endl
<< "Options des styles: " << "\nA) Ocean"
<< "\nB) Fantaisie" << "\nC) Espace"
<< "\nD) Animaux" << "\nChoisir une option: ";
choix = toupper(_getche());
cout << endl;
switch (choix) {
case 'A': {
break;
}
case 'B': {
}
}
}

View File

@@ -0,0 +1,4 @@
🍃
🌳
🐄
🐏

View File

@@ -0,0 +1,4 @@
🪐
👽
🧑‍🚀

View File

@@ -0,0 +1,4 @@
🪄
🏰
🐦‍🔥
🐉

View File

@@ -1,2 +0,0 @@
🌵
🌱

View File

@@ -1,2 +1,4 @@
🌊
🪸
🪸
🦀
🐬