Skip to content

DVSarvaiya/project1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Stone Paper Scissor Game ✊📄✂️

Description

This is a simple Stone Paper Scissor game implemented in C++ programming language. The game allows a user to play against the computer. The computer randomly selects one of the three options (✊ Stone, 📄 Paper, or ✂️ Scissor), and the user inputs their choice. The game then determines the winner based on the standard rules of Stone Paper Scissor.

Features

  • 🎮 User vs Computer gameplay
  • 🎲 Random selection of ✊ Stone, 📄 Paper, or ✂️ Scissor by the computer
  • 🏆 Determines the winner based on the rules:
    • ✊ Stone beats ✂️ Scissor
    • ✂️ Scissor beats 📄 Paper
    • 📄 Paper beats ✊ Stone

Requirements

  • 🖥️ C++ compiler (e.g., GCC, Clang)
  • 📚 C++ standard library

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages