Using session storage, the user will be able to view their score at the end of each game.
Acceptance Criteria
Given the user wants to view their score at the end of the game
When the user logs in or registers - session storage will begin
And the game is finished
Then then the user will see their score for that round
Given the user wants to play again
When the user presses the play again affordance
And the game is finished
Then then the user will see their score for that round and the round before? **stretch?
Story
Using session storage, the user will be able to view their score at the end of each game.
Acceptance Criteria
Given the user wants to view their score at the end of the game When the user logs in or registers - session storage will begin And the game is finished Then then the user will see their score for that round
Given the user wants to play again When the user presses the play again affordance And the game is finished Then then the user will see their score for that round and the round before? **stretch?