|
Two Player Tic Tac Toe |
| Modify the Two Player Tic Tac Toe program that is found in Mr. Minich's school network Handout folder (see Visual Basic / Unit05). First copy and paste the project folder to your Visual Studio projects folder. Complete the WinDetection method by adding ElseIf clauses where directed by the comments in the code so that the program ends properly when X or O wins the game or when there is a draw. Complete the btnHint_Click method by adding ElseIf clauses so that a player can find an easy way to win or block his opponent from winning. Complete the ResetGame method so the players can player another game when the first game ends. Preconditions:
Your program must follow standard Windows conventions as well as our school's Visual Basic Coding Standards. Staple your printouts in the following order:
|