janevu / podchess

Automatically exported from code.google.com/p/podchess
GNU General Public License v3.0
1 stars 0 forks source link

Feature: Save/Resume Game #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since it can take a long time (1 hour or more) to play a good game, it is 
important to have a 
Save/Resume Game feature for the 1.0 release.

Original issue reported on code.google.com by huypha...@gmail.com on 3 Oct 2009 at 3:26

GoogleCodeExporter commented 9 years ago
Basic implementation is done:
- The current Game is saved when (1) "Home" button is pressed, or (2) The 
Device HOME button is press (that is, 
the App will terminate).
- Rename the "NEW GAME" menu to "PLAY" since the button can resume the last 
game or start a new game.

Note: We may consider whether it is a good idea to display a "Resume or start 
New" question or not. Currently, 
the App simply resumes the last saved game.

Original comment by huypha...@gmail.com on 4 Oct 2009 at 2:21

GoogleCodeExporter commented 9 years ago
- Implemented the "Resume Game" alert with YES/NO question to allow the end 
user to have a choice of 
resuming the last game or not.

*** Close this Issue as it is done.

Original comment by huypha...@gmail.com on 4 Oct 2009 at 4:52