GitHubWorkshop2021 / GitHubWorkshop2021/GithubTrainingJava

Game Engine - Rock - Paper - Scissors

オープン
#5 コメント 0 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。