Question 1: Develop any game of your choice using the concepts of Cohesion, Coupling and RDD, i.e., responsibility-driven design.
- Note that each class should represent one logical entity
- Also note that each method should perform one logical task
- Aim for high cohesion and low coupling
- Atleast 3-4 classes
You need to develop a game in java.