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 creational design patterns #8

Open svetlai opened 8 years ago

svetlai commented 8 years ago

Design Patterns: implement at least 3 creational design patterns (abstract factory, builder, factory method, singleton, prototype, etc.)

hpslavov commented 8 years ago

Implemented Singleton on ScoreBoard.cs - 2 more to go

svetlai commented 8 years ago

Implemented Prototype for Tiles creation.

svetlai commented 8 years ago

Simple factory added for creating border styles.

svetlai commented 8 years ago

Object pool in Bindings (using dependency injection via Ninject).