
Twinkle Pop: 5 platforms, 1 code base
Twinkle Pop is a casual game of the bubble-popping variety developed by Bluega. It’s developed on their proprietary BXG engine for which they’ve developed packaging tools that package the game …Read more
Twinkle Pop is a casual game of the bubble-popping variety developed by Bluega. It’s developed on their proprietary BXG engine for which they’ve developed packaging tools that package the game …Read more
Atari and Microsoft have teamed up to create an HTML5 version of the Atari online arcade (online at http://arcade.atari.com/ – DNS seems screwed up at the moment), optimized for multi-touch …Read more
BananaBread is Mozilla’s code-name for their port of the Cube2: Sauerbraten game engine to JavaScript using Emscripten. It uses WebGL, the Fullscreen API and the PointerLock API to provide a …Read more
MIOP, which was an entry in this year’s past Global Game Jam, stands for “Monster is other people” and is a reference to the Existentialist phrase “Hell is other people.” …Read more
Real-time lighting and shadows make for an impressive WebGL demo (provided your GPU is up to snuff.) Continuing a trend of pushing WebGL to it’s limits, Florian Boesch shows one …Read more
Kushagra Agarwal (@SolitaryDesigns) has recreated the well-known native mobile game Doodle Jump in HTML5 and has put the code up on CSSDeck.com for easy review and experimentation. Share List
The folks over at asmallgame.com have created a Impact.js game demo rendered in 3D with Three.js based on the ImpactJS Jetpack Physics Demo. It shows off some nice 3D effects, …Read more
HexGL is an extremely impressive WebGL based racing game that let’s you race in a futuristic world (wipeout style) entirely in the browser, built with Three.js. It’s built by Thubaut …Read more
Grant Galitz has posted a working GameBoy Color emulator written in JavaScript. The source code for the emulator is up on GitHub. The demo currently includes a bunch of ROMs …Read more
HTML5 Game creation tools PlayCanvas has released a 3rd-person multiplayer shooter demo on their engine that uses WebGL, Web Audio API, WebSockets and has support for the Gamepad API, Pointerlock …Read more
Showing that HTML5 Games have started to enter the corporate consciousness, Shoemaker Puma has released a full-screen HTML5 Game called “Run Puma Run” that integrates nicely into their website (one …Read more
When it was time for Greenpeace to choose a technology for kid’s game Angry Bergs on their Shell spoof site ArcticReady.com they choose HTML5 and EaselJS to build their game. …Read more
Some developers at Google have created a HTML5 player-vs-player game built on HTML5 Canvas, WebSockets, node JS and app engine. The game is a top-down robot shooter. The code is …Read more
CodeIncomplete has a neat demo and blog post on building a game similar to outschool arcade-favorite racer Outrun in HTML5 Canvas. The blog post covers the details of the first …Read more
A Demo in WebGL that loads the original Grand Theft Auto data files and renders them onscreen via WebGL (the demo is limited to running around right now, with non …Read more
Mixing two of my favorite things, the venerable text editor VIM and HTML5 Games, VIM Adventures is a great way to learn the world’s best text editor. Share List
Launching the HTML5 Asteroids on Seb.ly you’re immediately surrounded by gaggle of smooth-scrolling ships, all seemingly attacking each other. Is it really a multiplayer asteroids with over 1800 connections? After …Read more
Does it count as a game or just a mash-up of an elaborate Google April Fools job? No one knows – but I do know that Duncan Barclay’s turning Google’s …Read more
Are you a company looking to license HTML5 games? We recommend MarketJS.com, a B2B platform for licensing games.
MarketJS has over 300 HTML5 games for licensing. They also provide additional services such as game reskin, custom development, and white label portals.
Memory allocation inside update loops often causes framerate problems in real-time gaming. One of the best solutions to this is to use Object Pools in Phaser 3. An Object Pool …Read more
There so many effective ways to engage your audience with HTML5 games. Here is an example of how to run a game campaign to keep users motivated during difficult times. …Read more
Phaser is commonly used as a 2D game engine for creating HTML5 desktop and mobile games. However, with the help of three.js and Phaser 3D library, you could render your …Read more