Help with making an online game on website

I have some questions that I can never get anyone to really answer for me.

1. How do you make a game where others can play, like an mmo. Do you need a network, if so how do I do that?

2. How do I make graphics in an application?

3. I know basic Java but I just dont really understand how to get started with gaming. I think I can do it I just need to know where to start and how. People always tell me to look at Java 2d stuff and I never get what the heck is going on in there. Can someone plz help me

[528 byte] By [Nunez1212a] at [2007-10-3 6:47:31]
# 1

I would suggest that you start of with a basic book on game programming eg, Killer game programming etc.

Books like these help you understand the basics of gaming - GameLoop, Graphics, collision, game design etc.

Graphics in game - well, there are two method:--

1. You can use sprites, which are Image files, gifs, png etc.

2 . Also, Mathematical representation of graphical objects is another one.

For beginners, Images will be a better approach to represent graphics.

About Multiplayer game - Network programming in java & a good game design will help.

But, start off with a small game like - tetris and move on to games with little bit of physics.

DANa at 2007-7-15 1:37:43 > top of Java-index,Other Topics,Java Game Development...
# 2

If you want to make A Java game,i suggest you start simple.

A good book to get started on is Killer Game programming.Also,if you havent done the Java Tutorial i suggest you do it.I used the Java Tutorial,and it really helped me to write game codes.

If you want to make a mmorpg,i think you should start with a 2d game first,and learn about JavaScricpt codes,Java programming language and collision detecting.

Good luck!

Message was edited by:fergbob

fergbob

fergboba at 2007-7-15 1:37:43 > top of Java-index,Other Topics,Java Game Development...
# 3
i would also like to know how to make an online game like http://www.codeofconflict.com/ (go to this site and see what type of game i want to create.
010911a at 2007-7-15 1:37:43 > top of Java-index,Other Topics,Java Game Development...
# 4
That will be very hard.
fergboba at 2007-7-15 1:37:43 > top of Java-index,Other Topics,Java Game Development...
# 5
I suggest you start simple,like doing the Java Tutorial.
fergboba at 2007-7-15 1:37:43 > top of Java-index,Other Topics,Java Game Development...
# 6
can some body help me make a free online game
dogbria at 2007-7-15 1:37:43 > top of Java-index,Other Topics,Java Game Development...
# 7
Go read a basic tutorial first.
CaptainMorgan08a at 2007-7-15 1:37:43 > top of Java-index,Other Topics,Java Game Development...