Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 797 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 797 Bytes

Muffin Game Template

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.

How to Develop

  1. npm i this package
  2. Edit src/setup.js to put some initialization
  3. Create Scene classes for the "levels" of your game (scenes can be nested as well)
  4. npm run dev to build

See the game engine's repo for more thorough instructions