TeamGameFifteen1-Telerik / GameFifteen

Puzzle - a team project for Telerik Software Academy's High Quality Code course
MIT License
1 stars 0 forks source link

Design Patterns: implement structural design patterns #6

Open svetlai opened 9 years ago

svetlai commented 9 years ago

Implement at least 3 structural design patterns (adapter, aggregate, bridge, composite, decorator, extensibility, façade, etc.)

svetlai commented 8 years ago

Bridge pattern added for Engine and GameInitializer.

svetlai commented 8 years ago

Facade implemented at game start.

svetlai commented 8 years ago

Decorator implemented for styled grid with border.