Static Public Member Functions | |
| GameBoard | test (int level, int score, int lives) |
| Creates a sample board. | |
Static Private Member Functions | |
| void | UDLink (int x1, int y1, int x2, int y2) |
| Creates a up-down link in the nodes[][] array. | |
| void | LRLink (int x1, int y1, int x2, int y2) |
| Creates a left-right link in the nodes[][] array. | |
Static Private Attributes | |
| GridNode | nodes [][] |
| 2-D array of GridNode objects that represent the board | |
|
||||||||||||||||||||
|
Creates a left-right link in the nodes[][] array.
|
|
||||||||||||||||
|
Creates a sample board.
|
|
||||||||||||||||||||
|
Creates a up-down link in the nodes[][] array.
|
|
|
2-D array of GridNode objects that represent the board
|
1.3