Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jul 23rd, 2006, 4:43 AM   #1
BinaryStorm
Programmer
 
BinaryStorm's Avatar
 
Join Date: Sep 2005
Location: Požega, Croatia
Posts: 93
Rep Power: 4 BinaryStorm is on a distinguished road
- Java game programming -

I just started basic java game programming (2d stuff).
What do you recommend for more complicated games? I downloaded LWJGL, but couldn't find any books about it. Some say that JOGL is also good...

BTW, it doesn't need to have support for applets.
__________________
1001 1101 1001 1110 0101 1102 ?! AAAAARRGGHHH
_____________________
Free&Premium Web hosting reviews. Click here!
Money making oasis. Run your own home based biz.
BinaryStorm is offline   Reply With Quote
Old Jul 31st, 2006, 2:06 AM   #2
AntiNinja
Hobbyist Programmer
 
AntiNinja's Avatar
 
Join Date: Jun 2006
Location: The States
Posts: 101
Rep Power: 3 AntiNinja is on a distinguished road
Send a message via AIM to AntiNinja Send a message via Yahoo to AntiNinja
I heard that Java is really bad for game programming, especially 3d game programming, since it lacks certain library's and whatnot. I've never tried programming a game in Java, or any language for that matter so I would'nt know.
__________________
Pain is just weakness leaving the body.
AntiNinja is offline   Reply With Quote
Old Jul 31st, 2006, 2:14 AM   #3
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 4 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
Java has a rich library of graphics and other useful things one can implement to create games in Java. Since Java supports multiple thread. Games are developed with a little ease in Java.

I brought "Killer Game Programming in Java". I read some of it but it seems to be ok. The games I made, which sucked, were really slow. I am a Java fan-boy but developing games in Java aren't really that good. Java OGL is what the book uses and it is good.

Don't get me wrong, you could have well-developed game which are portable but in terms of speed, Java games are slow.
__________________
I would love to change the world, but they won't give me the source code!

Last edited by ReggaetonKing; Jul 31st, 2006 at 2:24 AM.
ReggaetonKing is offline   Reply With Quote
Old Jul 31st, 2006, 2:36 AM   #4
andro
Professional Programmer
 
Join Date: Oct 2005
Location: California
Posts: 319
Rep Power: 4 andro is on a distinguished road
Send a message via AIM to andro
Meh, I took a one semester course that used Java to teach an intro to creating 2D games. Made a breakout clone, tetris clone, space invaders clone.... yeah I wasn't very original. Someone in the class did a full out Lode Runner/Pitfall type of game with a complete level editor and A* pathfinding for the enemies. Was pretty fun...
andro is offline   Reply With Quote
Old Jul 31st, 2006, 5:12 AM   #5
BinaryStorm
Programmer
 
BinaryStorm's Avatar
 
Join Date: Sep 2005
Location: Požega, Croatia
Posts: 93
Rep Power: 4 BinaryStorm is on a distinguished road
I have Killer Game Programming in Java book, but i don't wanna read it cause it's at least 8 years old... It probably has outdated/obsolete code.
__________________
1001 1101 1001 1110 0101 1102 ?! AAAAARRGGHHH
_____________________
Free&Premium Web hosting reviews. Click here!
Money making oasis. Run your own home based biz.
BinaryStorm is offline   Reply With Quote
Old Jul 31st, 2006, 9:35 AM   #6
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 4 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
Quote:
Originally Posted by BinaryStorm
I have Killer Game Programming in Java book, but i don't wanna read it cause it's at least 8 years old... It probably has outdated/obsolete code.
That can't be, because here it says the first edition was printed May 2005. It used Java SDK 1.5.
here's the proof plus my book in right here on my shelf.
http://www.oreilly.com/catalog/killergame/
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing is offline   Reply With Quote
Old Jul 31st, 2006, 9:56 AM   #7
BinaryStorm
Programmer
 
BinaryStorm's Avatar
 
Join Date: Sep 2005
Location: Požega, Croatia
Posts: 93
Rep Power: 4 BinaryStorm is on a distinguished road
My mistake... I was thinking on some other book. :p
__________________
1001 1101 1001 1110 0101 1102 ?! AAAAARRGGHHH
_____________________
Free&Premium Web hosting reviews. Click here!
Money making oasis. Run your own home based biz.
BinaryStorm is offline   Reply With Quote
Old Aug 3rd, 2006, 9:56 PM   #8
Harakim
Hobbyist Programmer
 
Join Date: May 2006
Location: West Jordan, Utah, United States
Posts: 176
Rep Power: 3 Harakim is on a distinguished road
David Brackeen, Developing Games in Java

It's a pretty easy guide. I used it to develop a game. It does a bad job of using object-oriented principles, but it's not hard to do that yourself. If you have questions, you can email me at <myforumname>@gmail.com. I might not be able to answer, but then again I might!
Harakim is offline   Reply With Quote
Old Oct 2nd, 2006, 12:25 PM   #9
apantev
Newbie
 
Join Date: Oct 2006
Posts: 1
Rep Power: 0 apantev is on a distinguished road
This http://fivedots.coe.psu.ac.th/~ad/jg/ is where Killer Game Programming in Java can be found online for free to read by OReilly. The book was written during Java 1.4, but it includes some updated chapters and even completely new chapters for 5.0 and 6.0 Java stuff.
apantev is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Programming with Java: Tutorial ReggaetonKing Java 7 May 20th, 2008 11:58 AM
Game programming forum msk420 Community Announcements and Feedback 18 Jun 6th, 2006 9:47 PM
Game Programming ReggaetonKing Coder's Corner Lounge 9 Apr 25th, 2006 5:59 PM
game programming gammaman C++ 17 Oct 23rd, 2005 3:42 AM
Java programmers, game developers, artists, be ware! RPG game team is recruiting! atcomputers.us Paid Job Offers 7 Sep 25th, 2005 8:25 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:37 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC