mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1125] [CLOSED] Rock Paper Scissor #1696
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1125
Author: @ghost
Created: 10/29/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
62e0b9aAdd files via uploadc60c0a3Update Rock Paper Scissors.c📊 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.