BeginnerProjects
BeginnerProjects copied to clipboard
C++ projects for beginners.
This project include knowledge of OOPS and constructor and destructor. It also includes file handling concept.
Declare all the classes in header files.
issue #16 #14 here i use an oops concept and created a class and modify the given code
Easy mode: Chance of user's win is 50%. Hard mode: Chance of user's win is 0%.
Make the file up to date.
Currently, the game folder consists of one main.cpp file. Make the program OOP oriented.
Hello! This Pull Request refactors the Rock Paper Scissor game to improve code organization and maintainability. 1. **Object-Oriented Refactor:** The entire game logic has been moved from `main.cpp` into a...