Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cyan33/zion
- Owner: cyan33
- License: mit
- Created: 2017-11-28T01:54:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T02:45:03.000Z (about 6 years ago)
- Last Synced: 2024-04-24T20:03:11.507Z (8 months ago)
- Topics: canvas, game-development, game-engine, game-framework, html5-canvas, zion
- Language: JavaScript
- Homepage: https://cyan33.github.io/zion/
- Size: 1.06 MB
- Stars: 44
- Watchers: 4
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)