Skip to content

dubrowgn/impulse.js

Repository files navigation

Impulse.js

Impulse.js is a high performance HTML5 game engine for JavaScript. It aims to be extremely flexible, without being overly complex.

Drive your imagination.

Build Status

Use

npm install @dubrowgn/impulse.js

Development

Setup

npm install --only dev

Building

Un-minified:

npm run build

Minified:

npm run build-release

Testing

npm run test