Returns a string that indicates the game name. @return a string representation of the game.
()
| 212 | * @return a string representation of the game. |
| 213 | */ |
| 214 | public String toString(){ |
| 215 | return "PEG SOLITAIRE GAME"; |
| 216 | } |
| 217 | |
| 218 | /** |
| 219 | * Method to create first board from scratch. |