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
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.