GitHubWorkshop2021 / GitHubWorkshop2021/GithubTrainingJava

Game Engine - Rock - Paper - Scissors

Đang mở
#5 0 bình luận 0 reaction 3 người được giao Được @MartinTF nhận Xem trên GitHub
enhancement
Ngôn ngữ chính
Java
Star
0
Fork
7
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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 |

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.