Html5Games

Latest

  • Apple approves JavaScript iOS games that don't use a browser

    by 
    Chris Ward
    Chris Ward
    04.28.2011

    Look Ma, no WebKit! Your inner geek and nerd should give each other a little hug this morning as you read about the latest rather cool accomplishment of Dominic Szablewski, creator of the Impact JavaScript HTML 5 game engine. He's just released two free games, Biolab Disaster and Drop, which are not, as Szablewski says, the first JavaScript games to be released in the App Store. "Tools like PhoneGap or Titanium make it easy to bundle some HTML pages and JavaScript together in an app and display them in a UIWebView, which is basically just a browser window," he says. However, his games are different because they don't use a browser window to display them. "They don't use PhoneGap or Titanium. They don't even use a UIWebView. Instead, they bypass the iPhone's browser altogether and use Apple's JavaScript interpreter (JavaScriptCore) directly. All graphics are rendered with OpenGL instead of in a browser window and all sound and music is played back with OpenAL," Szablewski says. What Szablewski has done wasn't particularly easy, and as games, his offerings aren't up there with Angry Birds. But his work could open the way for other developers to write more apps with a minimum of fuss. Read his blog for full details of the process.

  • Quake II GWT port proves HTML5 isn't just for video

    by 
    Donald Melanson
    Donald Melanson
    04.02.2010

    There's no question that HTML5 is good for more than just video, but if anything will put that misconception to rest, it's Quake II running in a browser. Apparently built by a trio of Google developers in their spare time, the Quake II GWT port uses a HTML5 canvas and WebGL for graphics acceleration (also seen demoed on the N900), which seem to get the job done remarkably well -- although it's still a long ways from running on certain non-Flash-equipped devices. Then again, this project was revealed on April 1st, but quite a few folks have already reported success in getting it up and running -- so, unless there's a global conspiracy to dash our hopes and dreams (always a possibility), it seems to be the real deal. Head on past the break to check it out in action.