Skip to content
#

prototype-pattern

Here are 105 public repositories matching this topic...

This project is the result of training, which lasted 3 weeks. The task was to implement, known to many, the analogue of the game 2048 to vanilla Javascript with the use of the maximum number of design patterns in the OOP style. Now this is a demo version. Have a good game!

  • Updated Feb 25, 2018
  • JavaScript

Prototype pattern is one of the Creational Design pattern, so it provides a mechanism of object creation. Prototype pattern is used when the Object creation is a costly affair and requires a lot of time and resources and you have a similar object already existing. So this pattern provides a mechanism to copy the original object to a new object a…

  • Updated Dec 9, 2018
  • Java

Improve this page

Add a description, image, and links to the prototype-pattern topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prototype-pattern topic, visit your repo's landing page and select "manage topics."

Learn more