Kshitij-3115 / HeadFirstDesignPatterns_HandsOn

This repository contains code examples aligning to the scenarios given in the book "Head first Design patterns".
0 stars 0 forks source link

[Chapter1:Task-1] Create a SimUDuck Game as per the requirements. #1

Closed Kshitij-3115 closed 1 year ago

Kshitij-3115 commented 1 year ago

Game description:

Game implementation approach:

How to run this game:

Kshitij-3115 commented 1 year ago

Approach class Diagram attached. task-1_approach_class_diagram

Kshitij-3115 commented 1 year ago

CR raised: https://github.com/Kshitij-3115/HeadFirstDesignPatterns_HandsOn/pull/3 Merged changes to mainline.