Runescape Bits & Bytes https://www.rsbandb.com/forums/ |
|
Java Question https://www.rsbandb.com/forums/viewtopic.php?f=38&t=83932 |
Page 1 of 1 |
Author: | Wiley [ September 21st, 2012, 4:09 pm ] |
Post subject: | Java Question |
Hi Rsbandb, this school year i've began taking Computer Science at my high school. Atleast at our school, the entire Computer Science course seems to be focused around learning Java. I understand the basics of Java, but what I don't understand is how java is combined with models and animations to create a game like Runescape. I realize this is an extremely broad question but what I am asking is could somebody explain how Java combines all of these to make a game? Thanks. |
Author: | Adbot [ September 21st, 2012, 4:09 pm ] |
Post subject: | Register and login to get these in-post ads to disappear |
Author: | Shane [ September 24th, 2012, 5:32 pm ] |
Post subject: | Re: Java Question |
Short answer: lots of hard work. Longer answer: Combined with as you say the animations and models there's also the game client and game server. Each of these has to handle interactions in their own way. Essentially the way any client-server game works is that the client manipulates a user interface in order to perform actions on the server. These server actions then make permanent changes to your account in a database of some sort. At the same time when you're manipulating the interface the models which were pre-loaded while downloading the game files are activated and animated. I'd like to know more about Jagex's client-server architecture since it's interesting to me from a software engineering perspective. I do know that the tools they use are all made in house which is saying something. The above is just a best guess based on things I know and it might be entirely different for their game. |
Author: | Killjoy [ September 24th, 2012, 6:14 pm ] |
Post subject: | Re: Java Question |
I would stay within the console for now. Not worth getting into other things just yet. |
Author: | Wiley [ October 3rd, 2012, 3:22 pm ] |
Post subject: | Re: Java Question |
Thanks guys, that was helpful. |
Page 1 of 1 | All times are UTC - 7 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |