+ 2
tic tac toe help!!!!!!!
https://code.sololearn.com/ca6a22A4a23A/#py not able to place the player 2 marker in the board the program ends after takin input of the player 2 input
3 Respostas
+ 1
Functions, and logic are fine but some minor bugs are there.
I have added comments where made modification.
https://code.sololearn.com/cKOlZtUbrMw0/?ref=app
You can run this test case to check in sololearn playground:
X
1
2
4
3
7
+ 1
thank you for your help :)
can you suggest me some codes to practice!
0
Dipankar Verma You can add single player mode in this by developing an AI feature with different difficultly levels.