Results 1 to 10 of 10
- 11-14-2009, 02:48 PM #1
Member
- Join Date
- Nov 2009
- Posts
- 26
- Rep Power
- 0
- 11-14-2009, 04:09 PM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
First learn the Java basis. Then think about your own game implementation. There is no specific area to deal with gaming.
Basically you've to learn things as follows.
1. Threads, thread pools
2. Keyboard input/output handling
3. Animations and graphics (need to think about hardware-accelerated)
4. Simulation of sounds, timers
- 11-14-2009, 04:11 PM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Search on the web and Amazon about Java gaming. You can find lots of related books.
- 01-13-2010, 03:22 PM #4
Member
- Join Date
- Jan 2010
- Posts
- 2
- Rep Power
- 0
I hope bumping this thread someone will respond, so I don’t have to start a new thread with the same theme.
I have Java experience not a beginner but not expert. Taken 3 college courses; basic, advanced and web design for Java (JSP Servlets)
I want to get my children interested in programming and video games seem the best way to do it. One of the best things about Java is the copy-ability of the classes. I have searched Google but all I find is Junk for people who don’t know anything about Java.
What is the best IDE to use for games, ie Netbeans, Eclipse. Is there a good website for open sourced Java games that could easily be modified? Any other helpful information?
Thank you
- 01-13-2010, 03:34 PM #5
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,385
- Blog Entries
- 7
- Rep Power
- 17
An IDE doesn't have much to do with game design (nor implementation). My suggestion is to start easy: games such at tic-tac-toe or mancala (up to checkers or even chess) are easy to implement 'game wise' but all do give you something to chew on. It's up to your imagination if you want to implement arcade style games or adventure games.
kind regards,
Jos
-
A couple of random thoughts from a Java hobbiest who doesn't do game programming:
1) Yeah, I'd suggest starting your own new thread for questions like these. It is your question and both it and you are worthy of being in your own thread.
2) For what it's worth, I haven't see much hard-core game coders presence on this forum as compared with the fora that are dedictated to game programming. Though some of our more adventurous members have created and demonstrated a game or two which can be found by searching the forum.
3) I don't think the IDE matters here (unless there's been a lot of game coding done in SWT -- but I sort of doubt that).
Much luck.
- 01-13-2010, 03:50 PM #7
Member
- Join Date
- Jan 2010
- Posts
- 2
- Rep Power
- 0
Thanks for the quick response. I am going to play with flash it seems the simplest to learn and create.
-
- 01-13-2010, 05:05 PM #9
Senior Member
- Join Date
- Oct 2009
- Location
- California,US
- Posts
- 201
- Rep Power
- 4
- 01-14-2010, 03:45 AM #10
Member
- Join Date
- Nov 2009
- Posts
- 26
- Rep Power
- 0
really... I wanted to get a Nexus One to tamper with it and small java games.
I kinda am glad someone re-bumped this thread. I just finished Head First java.
If your still looking for a book, I'm starting Killer game programming in java. I'm not sure if it's any good though, but I'm giving it a try & it has good ratings(not sure if they're valid).
Also, I read a document called Learn Programming in 10 Years, an informative document. It says don't read but do. So if someone has a forums that is all about games, I would like to know it to get a more hands on approach .Last edited by helpisontheway; 01-14-2010 at 04:57 AM.
Similar Threads
-
Best way to learn Java?
By AwsmGy in forum New To JavaReplies: 3Last Post: 08-22-2009, 11:57 PM -
Need to learn Spring?
By Thennarasu in forum Advanced JavaReplies: 8Last Post: 01-28-2009, 07:55 AM -
How do you learn java??
By low224 in forum New To JavaReplies: 1Last Post: 12-07-2008, 08:42 PM -
Looking to learn Java.
By Pwhheee in forum New To JavaReplies: 2Last Post: 11-21-2008, 06:16 PM -
How to learn java??
By superroach in forum New To JavaReplies: 2Last Post: 10-21-2008, 07:51 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks