CS 112 - Introduction to Computer Science II
Homework #9


Due: Monday 11/20 at the beginning of class

NOTE: This work is to be done individually.

Game/Puzzle GUI Design (continued)

Add save/load (a.k.a. restore, open) functionality to your Game/Puzzle GUI.  From a "File" menu on a menu bar, have options to save or load a saved game state.  The user should be able to undo moves after reloading, so you will need to save your undo information as well.