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++."
- Host: GitHub
- URL: https://github.com/samirhamadaa/project1
- Owner: SamirHamadaa
- Created: 2025-02-01T14:18:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-02T05:19:35.000Z (11 months ago)
- Last Synced: 2025-03-28T08:34:23.914Z (10 months ago)
- Topics: beginner-friendly, c-plus-plus, console-game, console-games, cpp, mini-project, random, rock-paper-scissors-game, simple-game, terminal-game
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.