Skip to content

sethsolves/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Rock-paper-scissors

Stone Paper Scissor or Rock Paper Scissor is a game that is played between two people, Each player in this game forms one of three shapes. The winner will be decided as per the given rules:

Rock vs Scissor -> Rock wins Rock vs Paper -> Paper wins Paper vs Scissor -> Scissor wins In this game, the user is asked to make choices based on both computer and user choices and the results are displayed showing both computer and user choices.

Technologies Required: C++ programming language, I/O Streams, Standard Library Functions.

From https://www.geeksforgeeks.org/top-50-cpp-project-ideas-for-beginners-advanced/

Packages

No packages published

Languages