GitHubWorkshop2021 / GitHubWorkshop2021/GithubTrainingJava

Game Engine - Rock - Paper - Scissors

未關閉
#5 0 則留言 0 個 reaction 已指派 3 人 已被 @MartinTF 認領 在 GitHub 檢視
enhancement
主要語言
Java
星號
0
分支
7
PR 合併指標
30 天內沒有已合併 PR

描述

As a anonymous user I want to play to Rock-Paper-Scissors with the API.

Expected Behaviour:

When I Send to the api the player 1 and player 2 movements, the api has to send me the result of this game.

Table of combinations with Rock Paper Scissors:

| Player 1 | Player 2 | Who Wins |
|----------|----------|----------|
| Rock | Paper | Player 2 |
| Paper | Rock | Player 1 |
| Scissors | Paper | Player 1 |
| Paper | Scissors | Player 2 |
| Scissors | Rock | Player 2 |
| Rock | Scissors | Player 1 |
| Scissors | Paper | Player 1 |
| Paper | Scissors | Player 2 |

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。