An open API service indexing awesome lists of open source software.

https://github.com/samirhamadaa/project1

"A simple Rock-Paper-Scissors game implemented in C++."
https://github.com/samirhamadaa/project1

beginner-friendly c-plus-plus console-game console-games cpp mini-project random rock-paper-scissors-game simple-game terminal-game

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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.