GitHubWorkshop2021 / GitHubWorkshop2021/GithubTrainingJava
Game Engine - Rock - Paper - Scissors
未关闭
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 还没有评估数据。