Gameify
Gameify is a 2d javascript games library. Source code is available on github at jkrei0/gameify.
Documentation is available at gameify.vercel.app.
Use it yourself
The easiest way to get started with gameify is to use the gameify engine online. Read the getting started guide to get familiar with the engine.
Or, use the library in your own projects without the engine:
import {gameify} from "https://gameify.vercel.app/gameify/gameify.js";
Run it yourself
To host the library files yourself, simply place the /gameify/ folder on a simple web server.
Read the engine readme to run the engine yourself.
Develop
Develop the library
Gameify (the library)'s source code is in /gameify/.
To generate tutorials and documentation from source, run npm install to install the JSDoc theme, then run jsdoc -c jsdoc.json and open /out/index.html.
Write tutorials
Add a file to the tutorials folder, and register it in tutorials.json.
Develop the visual engine
Visual engine source is available in /engine/. Read the readme in that folder for information on developing it.
Wishlist
Read wishlist.md for a list of things I'd like to add at some point.