0
I made a tic tac to programm, but my problem is that when player 1 played, the map is reset when player 2 plays...
2 Respuestas
0
the main part at the end:
Map()
Turn1 = input("Player's 1 turn: \n")
TicTacTo()
Turn2 = input("Player's 2 turn: \n")
TicTacTo()
Ps: TicTacTo is the condition of the game
- 2
Give a link to your code