Map building - Tower Defense

Posted by Dan K on Game Development See other posts from Game Development or by Dan K
Published on 2013-06-18T17:39:07Z Indexed on 2013/06/29 4:29 UTC
Read the original article Hit count: 339

Before diving too deep into my question, let it be known that I am learning as far as java script goes and figured a simple Tower Defense game would be an excellent way to learn things.

So I have found a simple background image with a path drawn on it and my question is how would I go about building a path so that I can animate my objects. Would I have to take the image and overlay a grid system, or can I store the path in some sort of array and have my objects move across it?

Here is the background image:

enter image description here

© Game Development or respective owner

Related posts about path-finding

Related posts about canvas