You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Story:
As a player
I want to answer trivia questions
So I can test my knowledge in a fun way
- Acceptance criteria:
Given the player starts a game
When the player answers all questions
Then the app should display the score summary
Scenario: Player wants to see the score
- Story:
As a player
I want to see my final score
So I can see my overall performance in the quiz
- Acceptance criteria:
Given the player is in the last question
When the player submits the last answer
Then the app should display the final score
Scenario: Player wants to play again
- Story:
As a player
I want to replay the trivia after finishing it
So I can challenge myself against my previous try
- Acceptance criteria:
Given the player finishes a game
When the player taps on "play again"
Then the app should start another round of trivia questions
TriviaAppShowcase.mov
Question Screen:
Results Screen:
About
Trivia app made with Combine, UIKit, and MVVM in some parts