Skip to content

kidKrix/Rock-Paper-Scissor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Rock-Paper-Scissors Game

Wecome to the Rock Paper Scissors game implemented in C! This simple game allows you to play against the computer in the classic game of Rock, Paper, Scissors.

Features

  • User vs Computer gameplay
  • Random computer moves
  • Input validation to ensure a smooth user experience

Code Overview

The main parts of the code include:

  • Initialization of the game
  • User input for their choice (rock, paper, or scissors)
  • Random generation of the computer's choice
  • Determining the winner based on the classic rules:
    • Rock crushes Scissors
    • Scissors cut Paper
    • Paper covers Rock

Contributions

Contributions are welcome! If you have any suggestions or improvements, feel free to create a pull request or open an issue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages