Click here to Skip to main content
15,888,454 members

Comments by Member 12426808 (Top 1 by date)

Member 12426808 30-Mar-16 17:19pm View    
This is what the directions are.
The application should use a two-dimensional int array to simulate the game board in memory. When the user clicks the new game button, the application should step through the array, storing a random number in the range of 0 through 1 in each element. The number 0 represents O, and the number 1 represents X. The form should then be updated to display the game board. The application should display a message indicating whether player X won, player Y won, or the game was a tie.