2 Replies - 1026 Views - Last Post: 02 June 2008 - 06:17 AM Rate Topic: -----

#1 Trickster090   User is offline

  • New D.I.C Head

Reputation: -1
  • View blog
  • Posts: 41
  • Joined: 02-June 08

how do you create games?

Posted 02 June 2008 - 05:40 AM

i know that runescape was made with this sofware but using what

Im new so dont laught :D i whent to javas whebpage and there was so manythings to download i din't know i what i need to download

if i want to make a game like runescape what do i need to download

that is all i want to know THX :D

Is This A Good Question/Topic? 0
  • +

Replies To: how do you create games?

#2 no2pencil   User is offline

  • Professor Snuggly Pants
  • member icon

Reputation: 6968
  • View blog
  • Posts: 31,958
  • Joined: 10-May 07

Re: how do you create games?

Posted 02 June 2008 - 05:57 AM

You don't need to download anything. If you have a Java compiler or an IDE, then you just need to program a game. Think how you want it to work & write the code. There is no magic 'how to', you just have to do it.

If it were simple, then everyone would do it. If you want it bad enough, you'll learn :D
Was This Post Helpful? 0
  • +
  • -

#3 1lacca   User is offline

  • code.rascal
  • member icon

Reputation: 44
  • View blog
  • Posts: 3,822
  • Joined: 11-August 05

Re: how do you create games?

Posted 02 June 2008 - 06:17 AM

First familiarize yourself with Java. When you can write simple applications and run them (check this forum for examples, like hangman, mortgage calculator, etc.) (as no2pencil wrote it only requires the JDK, it is available with a bundled IDE from Sun)
Then check out how libraries work.
After that read some on game, graphics and network programming, not much, just to get the hang of it.
Look for a framework that makes sense to you, not too complicated, but low level enough for whatever you need it for. Download the required libraries.
Put the whole thing together, and program your game.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1