Skip to content

Practical implementation of more than 10 OOP Design patterns in "Angry Birds" like game.

Notifications You must be signed in to change notification settings

Tomas2D/oop-design-patterns-game

Repository files navigation

💬 Intro

Practical implementation of more than 10 OOP Design patterns in "Angry Birds" like game.

💻 Technologies

  • TypeScript
  • PIXI.js framework

How to start?

With docker

docker build -t oop-design-patterns-game .
docker run -p 8000:80 -it oop-design-patterns-game # app will be available on http://localhost:8000

For delete, simply run: docker rmi oop-design-patterns-game

How to run test?

yarn test

About

Practical implementation of more than 10 OOP Design patterns in "Angry Birds" like game.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages