C++ Rock Paper Scissors Console Game with Object-Oriented Design
This is a quick overview of the Rock Paper Scissors Console Game and the Design Patterns used for its implementation. We’ll talk about the Strategy, Factory, and Observer design patterns on the Rock Paper Scissors example in C .
Repository:
Refactoring Guru:
00:00 Introduction
01:07 Strategy
02:30 Factory
04:07 Observer
06:39 Recommendations