-
Notifications
You must be signed in to change notification settings - Fork 0
Save and replay games #54
Copy link
Copy link
Open
Labels
Description
Encode each step of a game to a JSONObject for storage
Decode each step later to be able to replay a game
This would require the use of the randomSeed method
This seed should be saved at the top of the JSON object
The seed must also be used to shuffle the cards. This requires the card shuffling method to be rebuilt using the random() method instead of the shuffle() method
Player can run through the game step by step or let it autoplay at a given speed
Reactions are currently unavailable