Popularity
1.1
Growing
Activity
0.0
Stable
55
6
6

Description

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.

Monthly Downloads: 0
Programming language: JavaScript
License: GNU General Public License v3.0 only
Tags: HTML5     Engine     Vector     Game     Canvas     2D     Game Development     Game Engine     physics     jsgame    
Latest version: v0.0.4

JS Game alternatives and similar libraries

Based on the "Game Development" category.
Alternatively, view JS Game alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of JS Game or a related project?

Add another 'Game Development' Library

README

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.