Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 494 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 494 Bytes

Rock-Paper-Scissors-Game

This program is a simple rock-paper-scissors game. Users input their choice "R" for Rock, "P" for paper, "S" for scissors. The AI automatically generates its selection and then winner takes all.

Objective

I have recently learned the magical language known as C. Although my skills are super beginner, I want to keep building upon this acquired skill as much as I can.

How to Run the Game

  1. Download the .c file.
  2. Compile.
  3. Run.
  4. Enjoy!.