Skip to content

An enhanced command-line interface (CLI) implementation of the classic Rock-Paper-Scissors game in C++. User against randomized AI choices & a fun, interactive gameplay experience.

License

Notifications You must be signed in to change notification settings

bugzorc/RockPaperScissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors

CLI based game |=| User VS Randomized Choices |=| No ties only ONE WINNNER

Objective: To continuously enhance the flexibility and adaptability of the code, ensuring it evolves with my ongoing learning and development of new programming techniques.


Static Badge Static Badge

X (formerly Twitter) Follow


☑️Task List for version V2.3.0

🛠️ Feature Implemented Date
Remove std::endl and replace it with \n ✔️ 9/18/2024 2:47 AM UTC+3
Convert userChoice to uppercase ✔️ 9/21/2024 5:56 AM UTC+3
Use random utilities instead of rand() ✔️ 9/21/2024 8:28 PM UTC+3
Code divided into more functions for better organization and readability ✔️ 9/21/2024 8:37 PM UTC+3
remove redundant else statement ✔️ 9/22/2024 2:47 PM UTC+3

About

An enhanced command-line interface (CLI) implementation of the classic Rock-Paper-Scissors game in C++. User against randomized AI choices & a fun, interactive gameplay experience.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages