Skip to content

"A simple Rock-Paper-Scissors game implemented in C++."

Notifications You must be signed in to change notification settings

SamirHamadaa/Project1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Project Title: Rock-Paper-Scissors Game in C++ 🎮

Description: A simple yet engaging Rock-Paper-Scissors game built using C++, featuring: ✅ Randomized AI moves for a fair challenge. ✅ Win/Loss tracking to keep score. ✅ Color-coded results for better visualization. ✅ Replay option to play multiple rounds.

🔹 Perfect for beginners looking to understand C++ logic and game development. 🚀

📌 How to Play: 1️⃣ Choose your move: Stone, Paper, or Scissors. 2️⃣ The computer makes a random move. 3️⃣ The winner is determined based on classic game rules.