Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MULI-5] Start new Game #5

Closed
tom-reith opened this issue Mar 23, 2021 · 0 comments · Fixed by #27
Closed

[MULI-5] Start new Game #5

tom-reith opened this issue Mar 23, 2021 · 0 comments · Fixed by #27
Assignees
Labels
Milestone

Comments

@tom-reith
Copy link
Collaborator

tom-reith commented Mar 23, 2021

User Story
As a user
I want start a new game with 3 other players
So that I can track the stats of this game

Acceptance Criteria
Scenario 1: User starts a new game and wants to choose names of the other players
GIVEN a user starts the app
WHEN the new game button is pressed
AND the name of the players is entered
THEN a new game has been started
AND each player has 21 Points
AND the points of everyone are visible

Scenario 2: User starts a new game and doesn't care about his opponents
GIVEN a user starts the app
WHEN the new game button is pressed
AND no new names are given
THEN a new game has been started with default names
AND each player has 21 Points
AND the points of everyone are visible

Technical Specifications
add technical specification if needed

If no player names are given, default names are Player1, Player2, Player3, Player4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants