Skip to content

cyan33/zion

Repository files navigation

zion-banner

Zion

A tentative, light-weight game engine/framework based on HTML5 Canvas game development.

Open Source Love MIT Licence

Get Started

npm install --save zion-engine
import zion from 'zion-engine';

Features

Check the document here.

Tutorial and Resources

Building A Canvas Game Engine / Framework From Scratch by Chang

Contribution

All PRs, issues and bug report are welcomed. Here are the steps to contribute:

  1. Fork and clone this repo.
  2. Make some changes.
  3. Commit, push the changes to your forked repo.
  4. Compare and make a pull request.

Sample Projects

Having trouble getting started? See the engine in action [here.

Acknowledgement