new to java, but i want to make a 2d game engine for a fighter

i'm new to java but i learn extremely fast so don't be afraid to get really technical/advanced. i want to make a 2d game engine for a fighter, i can handle the number crunching but i'm really more interested on how to import graphics and give them characteristics like ground and backgrounds. i also need to figure out how exactly to define keyboard key's for attacks, i know i need to use the io class or whatever it is but hey, i'm a beginner, any feedback on this would be appreciated and sending the info to my email directly would be even better srbreedwell@hotmail.com

[586 byte] By [TallgeeseIIII] at [2007-9-27 19:34:28]
# 1
get a book, there are 100s of things you need to learn.
Abuse at 2007-7-6 22:38:37 > top of Java-index,Other Topics,Java Game Development...
# 2
or work it out for yourself :P
Abuse at 2007-7-6 22:38:37 > top of Java-index,Other Topics,Java Game Development...
# 3
well, i have about $200 so getting a book is no problem, are there any game design specific books or any other perfect books that are better than the regualr ones that i should look for?
TallgeeseIIII at 2007-7-6 22:38:37 > top of Java-index,Other Topics,Java Game Development...
# 4
I once read a book called something like"The black art of java game programming"That's a good one.
Ragnvald at 2007-7-6 22:38:38 > top of Java-index,Other Topics,Java Game Development...
# 5

There's one called Java 2 Game Programming by Thomas Petchel. It covers Java some regular Java syntax you need to know plus Java 2D(TM). Also, has many good examples of simple Java games.

I've only just begun reading it myself, but so far the writing reads smoothly and the code examples are good.

****

dnourie at 2007-7-6 22:38:38 > top of Java-index,Other Topics,Java Game Development...
# 6

Hey, just a few tips.

Characters are normaly loaded into arrays that diffine one full animation. Try using a boolean[256] for key presses, setting to true on the keyDown(), then in the main loop check whats down.

The main thing is how are you going to render and update each object.

There are heaps of posts/articles out there.

Anymore speific questions?

Happy to help.

Harley.

harleyrana at 2007-7-6 22:38:38 > top of Java-index,Other Topics,Java Game Development...
# 7
thanks everyone, you're all giving me great tips, i'm gonna try to get that book, and i would like to know where that engine is?
TallgeeseIIII at 2007-7-6 22:38:38 > top of Java-index,Other Topics,Java Game Development...
# 8
Well, aren't the two books suggested on this thread a little bit outdated? If I were you, I would wait for the "The JDK 1.4 Game programming" book, It should be released in October 2002.
thunderBolt at 2007-7-6 22:38:38 > top of Java-index,Other Topics,Java Game Development...