Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 492 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 492 Bytes

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.