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
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