Page 1 of 1

How to create a map system?

Posted: Fri Apr 20, 2012 11:06 pm
by Kevin1230
Hey guys,

Check out http://www.monsterbattlearena.com/, and make a acc and go on explore, how do they make a map like that? what do they use? :S

Re: How to create a map system?

Posted: Sat Apr 21, 2012 2:22 am
by Jackolantern
I didn't check out the game, but finding out is pretty simple: Right-click the map. If the context menu that pops up says Flash or Silverlight, that is what it is. If it doesn't, it is something else (Unity has a specific loading screen, and most people don't have the plugin and therefore have to get it, so that one is usually pretty obvious). To determine if it is Javascript and HTML4, check out the page's source. If it has a HTML4, crazy-long DocType, it is an HTML4 page. If it has a simple DocType like <!DOCTYPE HTML>, it may be HTML5, but to be sure, scroll down to where the map "is" in the page's code and see if there is a <canvas> element there. If there is, you can be pretty sure it is HTML5.

Re: How to create a map system?

Posted: Sat Apr 21, 2012 7:28 am
by Verahta
What the heck kind of homepage is that? It's completely wasting valuable realestate.

I didn't register, but I clicked "News and Update" and followed the link to YouTube, it says this in the YouTube description:
An Overview of some of the newish features of Monster Battle Arena.
Join now to see the HTML5 Goodness! Make sure you use Google Chrome!!!

Re: How to create a map system?

Posted: Sat Apr 21, 2012 8:10 am
by Chris
2D games are easily done with divs and images.

Re: How to create a map system?

Posted: Sat Apr 21, 2012 10:57 am
by Kevin1230
well the developer of the game is very good he creates alot of games he works in nintendo.