A game engine inspired on classic graphical point-and-click adventure games made for the 21st century.
Read this tutorial to get started.
JSGAM is available via GitHub, NPM and CDNs:
- 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
- Install node.js
- Clone or download jsgam-template
- Run
npm install
JSGAM is on jsDelivr. Include the following in your html:
<script src="https://cdn.jsdelivr.net/npm/jsgam@latest/dist/jsgam.min.js"></script>
- R.Vañes