JSGame icon indicating copy to clipboard operation
JSGame copied to clipboard

JavaScript + Canvas 2D game engine

JS Game

JS Game is a 2D game engine written in JavaScript. It provides built-in objects and functions, to make it easier to write HTML5 games.

Live preview of latest dev branch

API Documentation

Development

Clone this repository and install npm dependencies:

npm install

Create new branch, modify your files then run:

npm run build

Push your brach to GitHub and submit a pull request.