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

Join Game UseCase #96

Open
shmily7829 opened this issue Sep 21, 2023 · 0 comments
Open

Join Game UseCase #96

shmily7829 opened this issue Sep 21, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@shmily7829
Copy link
Collaborator

shmily7829 commented Sep 21, 2023

Join Game UseCase

Description

玩家加入一局骰子街。

Example

  • 加入骰子街成功
    Given 
    當玩家 A 已創建一局骰子街
    When
    玩家 B 加入骰子街
    Then
    玩家 B 加入骰子街成功
    
  • Test
    • 玩家 B 應在玩家 A 建立的骰子街裡

  • 加入骰子街失敗
    Given 
    當玩家 A 已創建一局骰子街,且玩家 B、C、D 已加入遊戲
    When
    玩家 E 加入骰子街
    Then
    玩家 E 加入骰子街失敗
    
  • Test
    • 骰子街裡應只有玩家 A、B、C、D

Additional Context

如果有任何特殊事項或需要注意的問題,請在此說明或附加圖片描述。

@shmily7829 shmily7829 added the enhancement New feature or request label Sep 21, 2023
@shmily7829 shmily7829 self-assigned this Sep 21, 2023
@shmily7829 shmily7829 changed the title Join Game Join Game UseCase Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant