Closed cagdasgerede closed 2 years ago
I want to work on this issue. Fatih Arslan Tugay - 181101008
Sana gönderdiğim daveti kabul etmen gerekiyor. Epostanı kontrol et.
Bu arada projeyi bilgisayarında çalıştırmayı denediğini ve bir sorun yaşamadığını varsayıyorum.
Kabul ettim hocam. Evet projeyi bilgisayarımda çalıştırıp test ettim.
Implement a save functionality.
The saving state should be kept in local storage persistently.
Provide an ability to load a saved game state.
Implement a menu to saving/loading.
There should be options to determine the saving location.
Do not use any object serialization mechanism or do not use any binary format to save the data. Come up with a model to represent the game state as a text file and serialize the current state into a such text file. Also, come up with a way to verify the content of the file (such as a CRC check) to prevent players to modify the game state file content manually.