Project: Put together an isometric example in Tululoo (HTML5/Canvas). This is a playable game - but without any polish - e.g alerts() for intro+Credits, and Win/Loss message. I provide all source here: http://percsich.hu/tgmforum/index.php?topic=744.0 I do plan on using this to put together a proper game (in fact a series of short games). You can play it here: http://itmatters.mobi/demo/iso/ I really need to introduce a Texture Atlas to load the images (the one major thing missing from Tululoo that I can't easily fix by creating an extension) as this would dramatically increase the load times. (since it is currently loading 300+ tiny sprite images from the server. i.e 300+ server requests. But I am not going to do that as a part of the isometric demo (might be one of the things I work on soon though).