Hmm... Keleth, what would you say if I would volunteer to redo the map page...
I'd provide HTML + JS and you'd have to add a backend for save/load operations. I could implement an API on AJAX/REST so you can change the endpoints easily. This could be done as a relatively independent component that is easy for you to include.
You might have to entrust your html/css template for the maps page to me.
But I could provide my real credentials to you in return.
I found a very good resource.
Kiwi.js, a JS jibrary specially for games.
Especially
this tutorial.
I know
Tiled, it is an easy to use free tile map editor. By supporting that you could completely save yourself the trouble of writing a sophisticated editor yourself. You could limit the functionality to manipulating the icons. Also people could use their own tile sets.
So what do you say?
Edit:
Found a
public domain tileset I can use... No legal trouble with that.
More libraries to consider:
*
GameQuery with plug'n'play tile map editor
Last edited May 4, 2015 11:33 am