-
Notifications
You must be signed in to change notification settings - Fork 1
Description
As a player
I want to load my previously stored game.
So that I can continue playing my previously stored game.
Acceptance Criteria
-
Given that the game is already saved by the player.
When player request for the previously stored game with valid game id and player name and also all valid players are joined the game .
Then player should be able to access the previously stored game and player should be redirected to the same position as player was previously after saving the game. -
Given that the game is already saved.
when player is entering invalid game id or player name while joining or loading the saved game.
Then player should not be able to join or load the game. And also player should get notification about invalid player name and game id.