Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 580 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 580 Bytes

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.