joel99 / Team_2D

Risk - Joel Ye and William Xiang
0 stars 1 forks source link

[Optional] Saving #2

Open wxiang54 opened 8 years ago

wxiang54 commented 8 years ago

Saving is an enhancement that seems relatively simple and straightforward to implement. We'd need to either write data to a txt file realtime, or have the option to save on the spot and save all current game data at once. Risk games typically last for upwards from an hour, so the ability to save the game makes sense.

wxiang54 commented 8 years ago

Now have a saves folder and method to write to a file in the folder given a saveFileName

Yet to work out kinks in saving system/how to open a saved file