Creating an Isometric Map Using Javascript

I want to make a little game with Javascript / HTML 5. For this game I need an isometric map where each square can be clicked.

How can i do this? Do you know some plugins to help me do this?

I find this solution http://www.cw-internetdienste.de/isomap/ , but the result is not very good ...

thanks

+8
javascript
source share
3 answers

Crafty.js is capable of making interactive isometric maps. There's even an isometric pattern where you can right-click on blocks to delete them.

+10
source share

You might want to check out jgen and pp3Diso .

+1
source share

http://www.glacialflame.com/ have a good tutorial on how to implement isometric in HTML5 Canvas

-2
source share

All Articles