Page 1 of 2
Java and MMOs
Posted: Thu May 27, 2010 9:38 pm
by KunoNoOni
So I've put my game idea on hold for a while so that I can learn Java. Just wanted to know how well it would work for a browser MMO?
-KunoNoOni
Re: Java and MMOs
Posted: Thu May 27, 2010 11:16 pm
by hallsofvallhalla
My advice never changes, run as far as your feet can move away from Java! Do not attempt it, set it down, step on it, spit on it, moon it, then kick it down a long hill with a cliff at the end. Forget you ever went there and tell no one of it. Take a Ice Fork and give your self a lobodomy to help you forget about it.
Re: Java and MMOs
Posted: Thu May 27, 2010 11:21 pm
by Sakar
Oh it's not THAT bad halls. Sure, it's definitely not my first choice, or second, or third, but it was used to make one the most addicting games I've ever played:
Minecraft!
Re: Java and MMOs
Posted: Fri May 28, 2010 12:33 am
by KunoNoOni
Yeah, after reading tutorial after tutorial I've come to the conclusion that Java is only good for Mobile Phones. So I don't believe I'm going to make an MMO in java. I will still learn it as it will look good on the resume
-KunoNoOni
Re: Java and MMOs
Posted: Fri May 28, 2010 1:04 am
by Jackolantern
Java works in pretty much every sphere, but is not really optimal for anything outside of mobile and EE applications. For a browser game, game applet development is very complex, and JSP suffers from some of the same problems as ASP.NET for building PBBGs (difficulty writing dynamically generated pages).
Re: Java and MMOs
Posted: Fri May 28, 2010 1:13 am
by hallsofvallhalla
dont get me wrong its a great platform to use if you know it. It is very versatile and can build nearly anything. Just extremely large learning curve.
Re: Java and MMOs
Posted: Fri May 28, 2010 4:36 am
by Chris
As a programmer you should never restrict yourself to just a few languages. I say go for it. But maybe try make a few simple things before jumping straight into game. That way when you do come around to making a game it wont suck.
Re: Java and MMOs
Posted: Fri May 28, 2010 6:04 am
by PaxBritannia
Summary:
Java is very general (it can do everything). Because of this it doesn't do everything perfectly.
If you are learning it for life: learn it! It will serve you well.
If you are learning it to make a game: dont. There are just better ways to make a game.
Pax.
Re: Java and MMOs
Posted: Fri May 28, 2010 7:00 am
by Jackolantern
PaxBritannia wrote:Summary:
Java is very general (it can do everything). Because of this it doesn't do everything perfectly.
If you are learning it for life: learn it! It will serve you well.
If you are learning it to make a game: dont. There are just better ways to make a game.
Pax.
My thoughts exactly. Java is a great language, and almost a given to know for a professional programmer. But learning it just for game development probably isn't the best option. Runescape was made in Java for the browser, but that was years ago. Unity 3D could get better results and cut out at least a year of development.
Re: Java and MMOs
Posted: Sat May 29, 2010 4:04 pm
by KunoNoOni
Oh I'm not learning Java just to make games. I want to add it to the arsenal of programming languages I already know. When I teach myself a new language I like to make games. just simple ones that utilize what I'm learning. This way i get used to the syntax and the other nuances (probably spelled that wrong

) But an MMO is probably not the best thing to make right out of the box. I was just curious as to the usefulness of using Java to make one. I'm beginning to see that while it is possible there are better ways of doing it.
-KunoNoOni