isometric Tululoo demonstration

isometric Tululoo demonstration

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).

 

If anyone is interested - I also replaced my website with a HTML5/Canvas website - just for a bit of fun - and to help learn.

I will replace it again when I have enough to put a showcase together:

http://itmatters.mobi/

Highlights:

- dynamically changes viewport depending on resolution.

- has been made into an Android App.

- uses Node.js and socket.io for the Contact Us section.

- and some other cool stuff.

Attachments: 
Preview
iso_screen.png iso_screen.png 499 Kb [2 download(s)]
Preview
itm_screen.png itm_screen.png 80.5 Kb [3 download(s)]