cap-engine

capjs

capjs — a tiny modular JavaScript game framework (ES modules) designed for small 2D canvas games.

Quick start

  1. Install a simple static server (if you don’t have one):

    npm install -g http-server

  2. Serve the examples/ folder:

    npm run start

  3. Open http://localhost:8080 in your browser.

What is included

License: All Rights Reserved