I want to make a small game with Javascript/HTML 5. For this game i need an isometric map where each square is clickable.
How can i make that? Do you know some plugins to help me to do that?
I find this solution http://www.cw-internetdienste.de/isomap/ but the result is not very good…
Thank you
Crafty.js is able to do clickable isometric maps. There’s even a isometric sample where you can right click on blocks to remove them.