Compare commits

..

2 Commits

Author SHA1 Message Date
Sunny
e089dc9bc0 FUCKKKK UUUUUUU 2025-11-26 10:30:21 -05:00
Sunny
f521f78932 FUCK UUUUUUU 2025-11-26 10:29:16 -05:00

View File

@@ -15,6 +15,8 @@ BUT : Fichier de fonctions Tic Tac Toe
using namespace std; using namespace std;
extern const int LARGTIC; extern const int LARGTIC;
string ICONJ1 = "X";
string ICONJ2 = "O";
string ICONJ1 = "X"; string ICONJ1 = "X";
string ICONJ2 = "O"; string ICONJ2 = "O";
string style; string style;