Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create an isometric map with Javascript

Tags:

javascript

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

like image 598
Sebastien Avatar asked Oct 19 '11 17:10

Sebastien


2 Answers

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.

like image 94
Horn Avatar answered Sep 18 '22 21:09

Horn


You might want to check out jgen and pp3Diso.

like image 1
Juho Vepsäläinen Avatar answered Sep 20 '22 21:09

Juho Vepsäläinen