[PR #1118] [CLOSED] 10 Round Game of RPS #1682

Open
opened 2026-01-29 15:23:30 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1118
Author: @VertexAssassins
Created: 10/28/2022
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • 143021b 10 Round game of Rock Paper Scissors with Computer
  • 5511a1d 10 Round game of Rock Paper Scissors with Computerv2
  • 29b3012 10 Round game of Rock Paper Scissors with Computerv2

📊 Changes

1 file changed (+130 additions, -0 deletions)

View changed files

games/RPS.c (+130 -0)

📄 Description

Description of Change

References

Checklist

  • [x ] Added description of change
  • [ x] Search previous suggestions before making a new one, as yours may be a duplicate.
  • [ x] I acknowledge that all my contributions will be made under the project's license.

Notes:
This is a 10 round game of rock paper scissors against the computer.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/1118 **Author:** [@VertexAssassins](https://github.com/VertexAssassins) **Created:** 10/28/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`143021b`](https://github.com/TheAlgorithms/C/commit/143021b167b974ca96117c54983ff68764c4fac8) 10 Round game of Rock Paper Scissors with Computer - [`5511a1d`](https://github.com/TheAlgorithms/C/commit/5511a1d264d262ac7ed5cc8c0da6f9482b101ec7) 10 Round game of Rock Paper Scissors with Computerv2 - [`29b3012`](https://github.com/TheAlgorithms/C/commit/29b3012e4c8a0fe8485bad8274397899aabd0a4b) 10 Round game of Rock Paper Scissors with Computerv2 ### 📊 Changes **1 file changed** (+130 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `games/RPS.c` (+130 -0) </details> ### 📄 Description #### Description of Change <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> #### References <!-- Add any reference to previous pull-request or issue --> #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x ] Added description of change - [ x] Search previous suggestions before making a new one, as yours may be a duplicate. - [ x] I acknowledge that all my contributions will be made under the project's license. Notes: <!-- Please add a one-line description for developers or pull request viewers --> This is a 10 round game of rock paper scissors against the computer. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:23:30 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1682