Jump to content

Thoughts on converting to another language


KPomeroy

Recommended Posts

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 <><

Link to comment
Share on other sites

eek 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. shocked )

 

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...