A tentative, light-weight game engine/framework based on HTML5 Canvas game development.
npm install --save zion-engine
import zion from 'zion-engine';
Check the document here.
Building A Canvas Game Engine / Framework From Scratch by Chang
All PRs, issues and bug report are welcomed. Here are the steps to contribute:
- Fork and clone this repo.
- Make some changes.
- Commit, push the changes to your forked repo.
- Compare and make a pull request.