When a player refreshes the game while playing, the playing game must be auto-saved and restored when the player refreshes
HOW DO WE DO THAT !?
- need to figure out......
one idea is to always save the state of grid when the game is not completed (the state of game is only saved when its done with backend) and delete the saved incomplete game state if the game gets over and If the player refreshes the game, we restore that same state into the grid to re-render it
FEEDBACK IS MUCH APPRECIATED
reference (stake.com Mines game)
When a player refreshes the game while playing, the playing game must be auto-saved and restored when the player refreshes
HOW DO WE DO THAT !?
one idea is to always save the state of grid when the game is not completed (the state of game is only saved when its done with backend) and delete the saved incomplete game state if the game gets over and If the player refreshes the game, we restore that same state into the grid to re-render it
FEEDBACK IS MUCH APPRECIATED
reference (stake.com Mines game)