Logic-based C++ Mini-Games (Math Quiz & Rock Paper Scissors)
Archived 13 days ago
D
Dima Ali
Verified
Hi everyone! π
Iβd like to share two recent C++ projects where I focused on clean logic and structured programming:
1οΈβ£ Math Quiz Game: A system that manages different difficulty levels and operations using Enums and Structs for better data organization.
2οΈβ£ Rock Paper Scissors: A game engine built with a focus on efficient logic flow and score tracking.
In both projects, I prioritized code readability
and input validation to ensure a smooth user experience. π
π Source Code on GitHub:
https://github.com/DimaAli2026
Iβd love to get your feedback on the logic or the structure!
#Cplusplus #Programming #GameDev #Logic #CleanCode
Iβd like to share two recent C++ projects where I focused on clean logic and structured programming:
1οΈβ£ Math Quiz Game: A system that manages different difficulty levels and operations using Enums and Structs for better data organization.
2οΈβ£ Rock Paper Scissors: A game engine built with a focus on efficient logic flow and score tracking.
In both projects, I prioritized code readability
and input validation to ensure a smooth user experience. π
π Source Code on GitHub:
https://github.com/DimaAli2026
Iβd love to get your feedback on the logic or the structure!
#Cplusplus #Programming #GameDev #Logic #CleanCode

