Skip to content
/ muffin-game-js Public template

Template for web games using Muffin Game Engine and PixiJS. Has various types of Actors, and Scenes which contain Actors. Compose a game out of simple objects!

License

Notifications You must be signed in to change notification settings

tassaron/muffin-game-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Template for web games using Muffin Game Engine and PixiJS. Has various types of Actors, and Scenes which contain Actors. Compose a game out of simple objects!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published