BSOD in VBThe only driver I installed was the VirtualBox Guest OS Plugin(or something like that). BUT. I can't...
BSOD in VBHello. I decided to play Black Mirror 1, and because I am running Windows 10, I set up a virtual mac...
How to determine a draw in Tic-Tac-Toe Program?You should have a counter counting the number of turns. When it is 9 and you are on the else path, t...
Tic-Tac-Toe not recognizing winnerYou should use [code]break[/code] to stop the loop.
Movement Problems!!!I am making a program that is game based. What it should do is: [quote] We have two runners on a...