You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Java-based game that utilizes five design patterns (Singleton, Strategy, Factory, Iterator, Observer). In this game, a robot holds colored falling shapes. If the robot holds three shapes of the same color, the score increases by one point. However, if a bomb is held, the score decreases by one point. The goal of the game is to score as many points as possible before time runs out.