Next Previous Up Top Contents Index

2.3 Problems at run time

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.


Getting Started with Functional Developer - 31 MAR 2000

Next Previous Up Top Contents Index