A template for an HTML5/WebGL game using the Muffin Game Engine and PixiJS. This repo has some code for an example project to act as a starting point.
This repo is a template for new projects using JavaScript and NPM. The engine itself is written in TypeScript but the NPM package currently only works with JavaScript.
npm i
this package- Edit
src/setup.js
to put some initialization - Create Scene classes for the "levels" of your game (scenes can be nested as well)
npm run dev
to build
See the game engine's repo for more thorough instructions