python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Python Tic Tac Toe variables not resetting?
I've just started learning Python, and like a lot of beginners I'm working on a simple two player tic tac toe game.
I've managed to get through most of the code and debug everything EXCEPT for some re...
Maddy Walker
Votes: 0
Answers: 0
trying to loop or create a new board- tic tac toe java program
preface: I'm a beginner so the solution may be obvious and I'm not seeing it. I am making a tic tac toe program and I want to make it where the game can be played over and over. I have an idea of how ...
Sarah Mcwilliams
Votes: 0
Answers: 0
Tic-tac-toe game has normal and complex mode
In the complex mode the program prints the grid based on the user choice. I'm supposed to make the win condition to check the board. For every 3 consecutive "x" or "o" the program ...
Moshaah
Votes: 0
Answers: 1
turns based on threads lead to unexpected deadlock
the program is a simple tic tac toe game ( the game logic is already tested )
im supposed to let each player be its own thread yet i can not figure out why im getting a deadlock in my situation
each p...
Flyleaf
Votes: 0
Answers: 1