jsgam
Version:
JavaScript Graphic Adventure Maker
42 lines (31 loc) • 1.53 kB
Markdown

# JavaScript Adventure Game Maker
A game engine inspired on classic graphical point-and-click adventure games made for the 21st century.
## Getting started
Read [this tutorial](https://kreezii.github.io/jsgam/docs.html) to get started.
JSGAM is available via GitHub, NPM and CDNs:
### GitHub
- Clone the git repository via [https](https://github.com/kreezii/jsgam.git)
- Download the build files:
- Main Build: [jsgam.js](https://github.com/kreezii/jsgam/releases/download/5.1.0d/jsgam.js) - [jsgam.js.map](https://github.com/kreezii/jsgam/releases/download/5.1.0d/jsgam.js.map)
- Minified build: [jsgam.min.js](https://github.com/kreezii/jsgam/releases/download/5.1.0d/jsgam.min.js) - [jsgam.min.js.map](https://github.com/kreezii/jsgam/releases/download/5.1.0d/jsgam.min.js.map)
### NPM
- Install [node.js](https://nodejs.org)
- Clone or download [jsgam-template](https://github.com/kreezii/jsgam-template)
- Run ```npm install```
### CDN
JSGAM is on jsDelivr. Include the following in your html:
```html
<script src="https://cdn.jsdelivr.net/npm/jsgam@latest/dist/jsgam.min.js"></script>
```
## Author
* **R.Vañes**
## Built With
* [PixiJS](http://www.pixijs.com/)
* [Pixi-Layers](https://github.com/pixijs/pixi-display)
* [GSAP](https://greensock.com/gsap)
* [Howler](https://howlerjs.com/)
* [DragonBones](http://dragonbones.com/)
* [LocalForage](https://github.com/localForage/localForage)
* [PolyK](http://polyk.ivank.net/)
* [Walkable](https://github.com/implicit-invocation/walkable)