This is a simple Rock Paper Scissors game implemented in the C programming language.
The project was created during my learning phase to practice core C concepts such as conditional statements, random number generation, and basic input/output handling.
- The user selects Rock, Paper, or Scissors.
- The computer generates a random choice.
- The program compares both choices and determines the winner.
This project focuses on logic building and fundamentals, rather than advanced features or optimization.
- C Programming Language
- Standard C Libraries (
stdio.h,stdlib.h,time.h)
- Compile the program using a C compiler (e.g. GCC):
gcc main.c -o rps
Run the executable:
bash Copy code ./rps
π― Purpose This project is part of my continuous learning journey in programming. It reflects my understanding of basic C programming concepts and problem-solving logic.
π Learning Status Beginner-level project
Created for practice and concept reinforcement
More advanced improvements may be added in the future as my skills grow
π€ Author Rimon