Given classes and interface are the components of the Observer pattern.
RockstarGames is the concrete implementation of the Observable and Gamer is the concrete implementation of the Observer.
Implement RockstarGames methods to notify the gamers when a new game is released.
Please, do not change the provided code of the classes.