Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cyan33/zion

[Deprecated] A tentative, light-weight 2D game framework based on HTML5 canvas.
https://github.com/cyan33/zion

canvas game-development game-engine game-framework html5-canvas zion

Last synced: 2 months ago
JSON representation

[Deprecated] A tentative, light-weight 2D game framework based on HTML5 canvas.

Awesome Lists containing this project

README

        

zion-banner

# Zion

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

[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)

## Get Started

```sh
npm install --save zion-engine
```

```js
import zion from 'zion-engine';
```

## Features

Check the document [here](https://cyan33.github.io/Zion/).

## Tutorial and Resources

[Building A Canvas Game Engine / Framework From Scratch](https://medium.com/@thomasyim94/building-a-canvas-game-engine-framework-from-scratch-7ad9cabc420b) by *Chang*

## Contribution

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

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

## Sample Projects
Having trouble getting started? See the engine in action [![here](https://github.com/cyan33/Zion-demos).

## Acknowledgement

- [@jegood95](https://github.com/jegood95)