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.
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.
-
Phaser
DISCONTINUED. Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering. [Moved to: https://github.com/phaserjs/phaser] -
whitestorm.js
:rocket: ๐ช Super-fast 3D framework for Web Applications ๐ฅ & Games ๐ฎ. Based on Three.js
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of JS Game or a related project?
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
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.