RoundOne.js

This project use mugen's files format in JavaScript (DEF, AIR, SFF and ACT files) to display and animate into canvas.

About M.U.G.E.N.

M.U.G.E.N is a 2D fighting game engine with many customizable components.

Usage

  1. Install Node.js;
  2. Install the dependencies;
  3. Run grunt without arguments;
  4. Import dist/roundone.js file on page;
  5. Load characters and init roundone.js.

Example

Controllers

  • : Jump
  • : Crouch
  • : Walk to left
  • : Walk to right
  • A: a button
  • S: b button
  • D: c button
  • Q: x button
  • W: y button
  • E: z button

View me
on GitHub