mjaun / android-anuto

Another ugly tower defense for Android
GNU General Public License v2.0
213 stars 68 forks source link

Add a save/load mechanism #138

Open kberns opened 6 years ago

kberns commented 6 years ago

Sometimes after playing this for hours it can get annoying having to restart the game just by small mistakes. a undo/retry or save/resume feature would be nice

mjaun commented 6 years ago

Easiest implementation would be two additional buttons in the menu. One to save the current state and one to load the last saved state. Would this be sufficient?

jkufner commented 6 years ago

I would allow saves at the begining of a level only. Also, the saves could be automatic -- every time player completes a level, the game automatically saves.

Then:

The saved games should be grouped by the game, not only a flat list of the save files.This can be easilly done by storing a time when started the first level and use it to name the save files and pass it to the next level.

reloZid wrote, on 24.9.2018 16:45:

Easiest implementation would be two additional buttons in the menu. One to save the current state and one to load the last saved state. Would this be sufficient?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/reloZid/android-anuto/issues/138#issuecomment-423999673, or mute the thread https://github.com/notifications/unsubscribe-auth/AABAvIcPkx4-wIz8habs8JX5FVBFvQ5lks5uePAOgaJpZM4WISh3.

gloryroad1 commented 6 years ago

I like playing several of the maps...perhaps it was your intent all along but if not, maybe add allowing a save for each map ? ...for that matter, I don't think the current pause-to-save feature saves for each map so until the new save feature comes along, a save per map would be nice there, too.