jsgam
v5.1.0-d
Published
JavaScript Graphic Adventure Maker
Downloads
16
Maintainers
Readme
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 to get started.
JSGAM is available via GitHub, NPM and CDNs:
GitHub
- Clone the git repository via https
- Download the build files:
- Main Build: jsgam.js - jsgam.js.map
- Minified build: jsgam.min.js - jsgam.min.js.map
NPM
- Install node.js
- Clone or download jsgam-template
- Run
npm install
CDN
JSGAM is on jsDelivr. Include the following in your html:
<script src="https://cdn.jsdelivr.net/npm/jsgam@latest/dist/jsgam.min.js"></script>
Author
- R.Vañes