beakable / isometric

JSIso - An HTML5 Canvas Tile Engine
http://jsiso.com
MIT License
546 stars 72 forks source link

PHP #3

Closed shvelo closed 10 years ago

shvelo commented 10 years ago

I don't get it, is this a JS library or a PHP thing?

zoby commented 10 years ago

Hi, this is a Javascript Library which we are working on and will be expanding into a game. PHP has just been used to fill specific tasks, automating asset lists and providing map details from a potential server.

However the script can be configured to interface with any file to complete the same task.

shvelo commented 10 years ago

Why not use Javascript for the server too?

zoby commented 10 years ago

The XML and map-save/read system were concepts we took from our original mentioned glacialflame library. At the time for simplicity PHP was used for serving up mapping/file information, thats pretty much the main reason why PHP is used.