CanvasTag

Latest

  • URL Hunter game takes place entirely in your browser's address bar, courtesy of HTML5

    by 
    Joseph L. Flatley
    Joseph L. Flatley
    03.08.2011

    That's right, kids: the tyranny of the browser window is over! Thanks to Corey from ProbablyInteractive (as well as clever use of HTML5 and the Canvas tag), we now have URL Hunter. Using the left and right arrows keys, the player controls an ASCII "O" that has nothing better to do all day but kill the letter "a." When you find yourself on top of the "a" key, hit the space bar to earn a point. Simple? In theory, yes. But trust us -- It's harder than it sounds! Hit the source link to try for yourself.

  • Game Boy emulator being developed in JavaScript by a very smart person

    by 
    Paul Miller
    Paul Miller
    11.10.2010

    Sure, it's one thing to build a Game Boy emulator out of what is typically viewed as a limited-purpose language for enhancing website interactivity for the usual emulator-building reasons: you like video games, you're trying to impress the ladies. But just to prove a point? 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 be possible to fully emulate a Game Boy from the CPU up. Sure, HTML5 has already proven useful for straight games, but an entire architecture? Turns out, it's pretty possible, and Imran has an excellent multi-part tutorial for how he's doing it. Right now there's a nearly playable version of Tetris, and pretty soon we'll all be playing Zelda in our web browsers and that time when we tried to build an HTML table from scratch to show a few of our favorite animated GIFs on our GeoCities page will only be a distant memory...