cagdasgerede / JavaCheckers

Checkers game written in Java language.
https://sloenthran.pl
GNU General Public License v3.0
0 stars 0 forks source link

As a player, I would like to save my game state and be able to load my game state for a better playing experience #15

Closed cagdasgerede closed 2 years ago

cagdasgerede commented 3 years ago

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.

fthrslntgy commented 3 years ago

I want to work on this issue. Fatih Arslan Tugay - 181101008

cagdasgerede commented 3 years ago

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.

fthrslntgy commented 3 years ago

Kabul ettim hocam. Evet projeyi bilgisayarımda çalıştırıp test ettim.