/pixidust

Game demo using PixiJS, Typescript and OOP

Primary LanguageTypeScript

Pixi Dust

Game demo using PixiJS, Typescript and OOP and Parcel. The project is compiled using Parcel. Play the demo here!

  • Asset Loader with Loading Bar
  • Animation with Game Loop
  • Repeating scrolling background
  • Keyboard controls
  • Spawn bullets
  • Checking Collisions
  • Spritesheet explosion
  • UI Text with custom font
  • Scale to window size
  • Filters



Installing this example

First install NodeJS. Then you can use npm install to install parcel, pixi and typescript.

npm install

Start development in a live server

npm run start

Build the project for publication

npm run build



Links




PixiJS demos