Building a Web App

coffeencigs's icon

Hello,

i need some advice...
ild like to build a more-or-less simple game which runs in a browser, maybe even accesable from mobile phones.

I know how to build the whole Game in Max... but obviously i cant use Max for that.

But what then? My first thought was Java... or maybe HTML5/CSS/JScript/JQuery?

Is there a Way to "port" a Max App into a useful language?
What could be a way to achieve this, with my max skills beeing helpful?

Thank you very much

KrisW's icon

At first i would structure my max patch in a programming like fashion for better code planning . then you need to RE-DO the patch behaviour within NEW code for the browser .
And i think that taking the road of HTML5/Javascript (not JQuery) is the best choose at the moment .

Medd's icon

If you're stepping up to coding from Max, Processing is a good start. You can deploy most Processing sketches in the browser via Processing.js (http://processingjs.org/).

One of the best examples I've seen of this:
http://flavourmachine.com/pacmanboo/