Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 397 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 397 Bytes

Pixi Shooter

This is a 2D demo shooter developed with Typescript, Pixi JS and React that uses the composite design pattern. You will try to survive from the enemies that will appear and use your skills against them.

Hosted in https://leoflood.github.io/pixi-shooter/.

Installing and Running

$ git clone https://github.com/leoflood/pixi-shooter
$ cd pixi-shooter
$ yarn
$ yarn dev