nibuen / SpaceAlertMissionGenerator

Mission Generator For Space Alert Board Game On Android
https://blog.iterary.com/
MIT License
15 stars 9 forks source link

Save random missions to replay later #21

Open msbarrios opened 9 years ago

msbarrios commented 9 years ago

Sometimes the randomly generated mission looks good/challenging, and it would be good to save it to use some other time again. I can think of 2 ways:

  1. save the audio (mp3 or whatever format) in a file that the user can play with a player;
  2. save it in the same format as the training/simulation/missions are saved (which I have no idea what it is) with a name, so that the user can replay it inside the app. (this idea seems more awesome, but if it's harder to implement I'd be happy with the first one)
nibuen commented 9 years ago

Actually 2. should be pretty easy, since that is how the random missions work in the first place. We really just need to save the TreeMap that makes the mission and I guess allow you to name it.

This I think is gonna be at least a couple releases away though.

Lets target this issue for 2.