Most javascript game related news are at:
More javascript game related news:
Function#debounce Useful JavaScript Game Extension #36 strd6.com 28 Nov 2011 | 04:56 pm
I got this from Underscore.js. Already I can see an important use for it. In the code editor we copy out the buffer every keyup. This can lead to a bunch of extra work for the browser when typing. Us...
Array#pipeline Useful JavaScript Game Extension #35 strd6.com 17 Nov 2011 | 12:10 pm
The main use for this is in the PixieEngine cameras module where we need to process the camera transform with a stream of modifiers. This also allows for the game objects list to be z-sorted, filtered...
Gamvas Open Source 93-interactive.com 8 Jul 2012 | 02:13 am
<p>Gamvas Web, a HTML5 JavaScript canvas game programming framework is now open source under MIT license.</p><p>Visit the homepage on <a title="opensource html5 javascript game engine" href="http://ga...
WebGL Fake CRT Effect for HTML5 Games zachstronaut.com 18 Aug 2012 | 03:13 am
I created a realtime fake CRT effect with screen bulge, vignette, and scanlines using a quick little hack. WebGL scrapes a 2D game's HTML5 canvas and applies effects. Never have your JavaScript games ...
Gamvas 0.8.4 93-interactive.com 13 Nov 2012 | 10:00 am
Gamvas, the canvas HTML5 JavaScript game engine has been upgraded to 0.8.4 Provides a couple of bug fixes and better Box2D integration plus a new demo on user controlled physics objects. Update now:...
9 Incredible and Addictive JavaScript Games javascriptbank.com 30 Nov -0001 | 12:00 am
About more than a decade ago, most of the online games were made with Flash for not-high-quality graphics and gameplay; but nowadays, with powerful browsers and new web technologies (backend and front...
gamlib-ai 93-interactive.com 20 Dec 2012 | 10:00 am
A* path finding for JavaScript gamlib-ai is a JavaScript library and a collection of tools for Linux, Mac OSX and Windows for A* pathfinding algorithm. With it's easy API it enables JavaScript game ...
Gamvas 0.8.5 93-interactive.com 19 Feb 2013 | 10:00 am
Gamvas, the canvas HTML5 JavaScript game engine has been upgraded to 0.8.5 Now supports multi touch on Android and iOS devices. Also adds A* path finding and many minor improvements and bug fixes. U...
open source javascript game engines/frameworks netzkompetenz.ch 15 May 2013 | 12:48 pm
Nachfolgend eine kurze Auflistung von Game Engines, welche auf den ersten Blick einen guten Eindruck gemacht haben sowie einige LInks mit weiteren Listen/Vergleichen: LIME JS – major player, framewor...
How can I create and animate 2D skeletons for HTML5 Javascript games? [on hold] developerit.com 3 Aug 2013 | 02:08 am
I'm trying to make a 2D fighting game in HTML5(somewhat like street fighter). So basically there are two players, one AI and one Human. The players need to have animations for the body movements. Also...