2.3.5 Loading the saved game back in
The next step is to test the code for loading a saved game. To test this we need to change the state of the board from what it was like when we saved the game.
- 1. Clear the Reversi board by clicking New Game in the Reversi application.
- 2. Choose File > Open in the Reversi application, select the file you saved the game into, and click Open.
Reversi now shows the state of the game you saved earlier.