Fledgling Fyora KPomeroy Posted October 15, 2007 Posted October 15, 2007 What do you guys think about changing it up a little bit? I personally think it would be awesome done as a web app with javascript and php. I know it would be a lot of work, but it would really be worth it, in my humble opinion. One of the main reasons is that anyone anywhere can play, without having to download and install it. It could be uploaded here, when complete, or anyone else that has their own site could throw it up as well. I am really interested in doing this project, but it will be a large undertaking. Any and all help would be appreciated. Thanks Kaleb <>< Quote
Understated Ur-Drakon Celtic Minstrel Posted October 15, 2007 Posted October 15, 2007 EEK! No! If you want to do it as a web app, javascript will not work! (I think the same is true of PHP, but don't quote me. ) I have no objection to the idea, but it would be far easier to use Java if you want to play it online. Since the game is written in C/C++, and Java is similar to C++, you may be able to port it with very little work. That said, I don't think it's high priority. But if you want to do it yourself, no one's stopping you. It's open source - you can do whatever you want with the code. Quote
Fledgling Fyora KPomeroy Posted October 15, 2007 Author Posted October 15, 2007 You know, i never thought of java for some reason. That would make much more sense. But for the record it _can_ be done with javascript and PHP via ajax. You could easily capture the user input with js and do the processing with PHP. But java would be much simpler to do, and more functional. Thanks for the advice. But again, any and all help would be welcome Quote
Rotghroth Rhapsody Prince of Kitties Posted October 19, 2007 Posted October 19, 2007 Just be warned that the JRE browser plugin (and JRE in general) is *extremely* sluggish and resource intensive, no matter what people spout about on-the-fly optimization making Java faster than C++. (I'll admit that Classpath and its plugin are ridiculously faster and lighter, but not everything that works with JRE can be gotten to work with Classpath. And you can't expect Windows users to have Classpath installed.) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.