A browser game engine using pixi.js for DogPit jam made to practice Typescript.
- TypeScript 100%
| src | Collision handler fixes | |
| .gitignore | Initial commit | |
| LICENSE | Initial commit | |
| package.json | Initial commit | |
| README.md | More readme fixes | |
| rollup.config.ts | Never bundle pixi.js | |
| tsconfig.json | Minor fix | |
Overview
This is an in-browser game engine project I created to learn to use Typescript better.
This project is largely for me to use in Dogpit Jam XIII.
Use
To use in a project npm install <path-to-local-repo>.
Build
To build for development use npm build.
To build for production use npm build:prod.
Pixi.js is bundled only in the development build.