This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Game_Board will have two slots: | |
| // .boardString represents the contents of the 9 cells of the board | |
| // .winner indicates whether or not the game has been won, and by whom | |
| // | |
| // Each cell in the game board has a cell #, as shown in this chart: | |
| // | | | |
| // 0 | 1 | 2 | |
| // ----+---+---- |