GitHubWorkshop2021 / GitHubWorkshop2021/GithubTrainingJava

Game Engine - Rock - Paper - Scissors

Open
#5 0 comments 0 reactions 3 assignees Claimed by @MartinTF View on GitHub
enhancement
Dominant language
Java
Stars
0
Forks
7
PR merge metrics
No merged PRs in 30d

Description

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 |

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.