retrobits / son_of_hunkypunk

Automatically exported from code.google.com/p/hunkypunk
22 stars 8 forks source link

Add ability to delete saved games #47

Open MarkMaldaba opened 7 years ago

MarkMaldaba commented 7 years ago

The save/restore pop-up is really simple and intuitive. Very nice.

However, as far as I can see, there is no way to delete old saved games. This can cause issues as the list grows longer.

The simplest solution might be to allow long-press from either the load or save list, which pops up a 'Do you want to delete this saved game?' prompt. However, that might not be very discoverable. Alternatively you could add a 'view saved games' option to the per-game menu (on the 'enter game' page), which opens an interface for viewing/deleting/renaming* the saved games.

* Not sure how useful renaming is, but I can see it might be handy. However, it's less important than deletion so it should be moved to a separate issue if it would otherwise hold-up implementing this feature