[PR #1125] [CLOSED] Rock Paper Scissor #1696

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1125
Author: @ghost
Created: 10/29/2022
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

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

View changed files

games/Rock Paper Scissors.c (+96 -0)

📄 Description

Description of Change

Added a new simple C program file of the Rock Paper Scissors Game, a simple game in which the user selects one among the three options; Rock, Paper, and Scissor against the computer.

Notes:
Coded in C programming language


🔄 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/1125 **Author:** [@ghost](https://github.com/ghost) **Created:** 10/29/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`62e0b9a`](https://github.com/TheAlgorithms/C/commit/62e0b9a06db903a7965380148fd686220ae65e0f) Add files via upload - [`c60c0a3`](https://github.com/TheAlgorithms/C/commit/c60c0a34f2704e627771c7e648a22ca5692ff39f) Update Rock Paper Scissors.c ### 📊 Changes **1 file changed** (+96 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `games/Rock Paper Scissors.c` (+96 -0) </details> ### 📄 Description #### Description of Change Added a new simple C program file of the Rock Paper Scissors Game, a simple game in which the user selects one among the three options; Rock, Paper, and Scissor against the computer. Notes: Coded in C programming language --- <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:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1696