Skip to content

RI-Rimon/Rock-Paper-Scissors-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Rock Paper Scissors Game (C)

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.

πŸ“Œ About the Project

  • 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.

πŸ›  Technologies Used

  • C Programming Language
  • Standard C Libraries (stdio.h, stdlib.h, time.h)

β–Ά How to Run

  1. 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

About

Rock Paper Scissors Game is a simple console-based game written in C where a player competes against the computer using randomly generated choices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages