News

The key to making your JavaScript slot machine game fair and fun is randomness. This is achieved by using a random number generator (RNG) to determine which symbols will appear on the reels.
Jacob Seidelin is fast becoming the Ben Heckendorn of Javascript games. You may remember that in early April, Seidelin programmed all of Super Mario Bros.
Google’s in-house incubator Area 120 has just released an app called Grasshopper, which teaches you how to code JavaScript through a series of fun mini-games.
Another JavaScript Game Boy emulator from 2009 is available on the Web, though like Nazar's so far, it's silent. But Nazar has been chronicling his Game Boy project at his Web site.
Games development is notoriously difficult. With that in mind, spare a thought for the folks taking part in this year’s Js13kGames competition, which sees them create a JavaScript game while ...
As you start to get deeper into the game, there's a nice big GitHub repository of markdown to help you out. Once you've done well and beaten it once, there is, of course, a way to get incrementing ...
Imran Nazar is building a Game Boy emulator out of JavaScript to show how far the language has come, particularly with the fancy new stuff HTML5's <canvas> tag allows for, and to see if it would ...
The Game of Life, the most famous example of cellular automata and the basis of countless generative music, art and computer programming projects, has its own JavaScript simulator. The concept ...
It’s small, it’s blurry, but it’s working. Here’s a proof of concept for playing emulators on a Chromecast which uses the original Game Boy as an example.Notice that there a… ...