Author Topic: Making a game  (Read 3303 times)

Offline Takatow

  • Level 2
  • *
  • Posts: 3
  • Reputation: +0/-0
    • View Profile
Making a game
« on: August 25, 2007, 08:53:03 PM »
I was wondering for a person that isn't super good with computers, how hard would it be to create a simple browser based text game? I really want to make one and am willing to learn the basics of creating games. The most I've done with creation of games is making maps with warcraft world editor. (I made a lizard into an invincible killing machine)

Offline Sinzygy

  • Level 28
  • **
  • Posts: 420
  • Reputation: +11/-0
    • View Profile
Re: Making a game
« Reply #1 on: August 26, 2007, 02:32:58 AM »
Are you looking for advice on how to do it in Java or...?

Offline hamish4000

  • Level 1
  • *
  • Posts: 1
  • Reputation: +0/-0
    • View Profile
Re: Making a game
« Reply #2 on: November 20, 2007, 01:45:33 PM »
Please can you teach me how to make a really basic game?

Offline Zeggy

  • Global Moderator
  • Level 35
  • *****
  • Posts: 1,187
  • Reputation: +13/-4
    • View Profile
Re: Making a game
« Reply #3 on: November 23, 2007, 09:47:03 AM »
Check The Starting Line board.
It's got some helpful topics for those who are just starting out :)

Offline 2nd21

  • Level 1
  • *
  • Posts: 2
  • Reputation: +0/-0
    • View Profile
Re: Making a game
« Reply #4 on: April 19, 2008, 08:57:37 PM »
I want to know how to make a game like rs how do i make controls for characters and what programs do i use for that and 3d graphix designing? i would really apreciate the help. -_-     

Offline FirePenguins

  • Level 10
  • *
  • Posts: 59
  • Reputation: +0/-0
    • View Profile
    • The Iron Helm
Re: Making a game
« Reply #5 on: April 19, 2008, 10:58:33 PM »
Probably you're gonna want to start with something a lot simpler than runescape.  Runescape as it is now is a very big game with a lot of content and a big development team.  However, runescape started as just one or two guys, so it is possible to get something like that started.  But you have to learn all the basics first.

So...

Runescape was programmed in Java.  The beauty of java for a web game is that you can program applets.  Applets run in a web browser so the client doesn't have to download and install a bunch of files.  Java has both a 2D and 3D graphics library built in called Java2D and Java3D respectively.  (crazy names eh?)  Anyways those are both decent options.  However, there are outside graphics libraries available such as opengl and directx.  I would say for 2D you are fine with Java2D, but 3D the best to use is probably opengl.  Both opengl and java3D will work on any common operating system (unlike directx which is windows only) but I think opengl has better support for features such as shaders.   Though Java3D would be fine for a game with the level of graphics as Runescape.

Offline Qwerty

  • Level 12
  • *
  • Posts: 90
  • Reputation: +0/-0
    • View Profile
Re: Making a game
« Reply #6 on: January 11, 2009, 05:06:36 AM »
You'll probably want to download the Java Development Kit (Here), and read through some of the tutorials to get started. But if you don't have any programming knowledge, I suggest you do something more simpler than making a 3d game. Text based games are easy to develop.
- "I sentance you to life"
- "You moron I'm already alive"

Offline lolninja

  • Level 19
  • *
  • Posts: 194
  • Reputation: +5/-0
  • BSc powered Programmer
    • View Profile
    • HTTPmmo
Re: Making a game
« Reply #7 on: January 11, 2009, 05:50:16 AM »
Learning to program in Java is probo the best thing you can do, starting out in PHP can lead to some VERY bad habits. Though if your only intent is to make games then PHP will be alright. Its worth writing some really basic games first, one of the first programs I wrote years ago in Pascal was a mine field game, where that was a 10x10 grid which had an increasing number of mines in, and you had to get across to the other side without standing on a hidden mine. Although it was insanely basic I learn't a huge amount from that experience :)

Offline FirePenguins

  • Level 10
  • *
  • Posts: 59
  • Reputation: +0/-0
    • View Profile
    • The Iron Helm
Re: Making a game
« Reply #8 on: January 18, 2009, 06:16:34 PM »
Although it was insanely basic I learn't a huge amount from that experience :)

Yeah I learned insane amounts about java just by making one simple game in which you controlled a space ship with the arrow keys and flew around on the screen and bounced off the walls :p took me about 3 to do.  Then I tried to network it for multi player, but that only ever half worked.  Looking back i was jumping in over my head, but it paid off in the end.  I think that it is necessary to jump and just start doing stuff even it is beyond your current level because you will learn.  But you have to be a careful about trying something that is so far above you current level that you can't get anything to work and just get frustrated.

Offline xBleuWolfx

  • Level 17
  • *
  • Posts: 158
  • Reputation: +3/-2
    • View Profile
Re: Making a game
« Reply #9 on: January 18, 2009, 09:46:29 PM »
start learning php and mysql ::)

I agree. PHP would probably be one of the best languages to start making web based text games.
This is a good book to learn PHP from and it is what I used.
http://www.dmcinsights.com/phpmysql2/

You'll probably also want to check out PHP's site.
http://php.net/

And here is a good site that can teach how to make games in PHP.
http://buildingbrowsergames.com/
I'm not slacking off. My code's compiling.


 


SimplePortal 2.3.3 © 2008-2010, SimplePortal