I made a tic tac to programm, but my problem is that when player 1 played, the map is reset when player 2 plays... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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...

22nd Jan 2017, 6:05 PM
Marv
2 Answers
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
22nd Jan 2017, 6:24 PM
Marv
- 2
Give a link to your code
22nd Jan 2017, 6:06 PM
Leshark
Leshark - avatar