what do i need to start building a java game from scratch?
what do i need to start building a java game from scratch?
(OP)
hey!
my younger cousin is wanting to get into programming, and he wants to build a game.
seems like java is perfect for this, but my knowledge is limited.
we found a book, http: //www.amaz on.com/Kil ler-Game-P rogramming -Andrew-Da vison/dp/0 596007302/ ref=sr_11_ 1?ie=UTF8& amp;qid=12 17005638&a mp;sr=11-1.
what else is needed? is there a developers platform that he must have?
thanks for any help!
- g
my younger cousin is wanting to get into programming, and he wants to build a game.
seems like java is perfect for this, but my knowledge is limited.
we found a book, http:
what else is needed? is there a developers platform that he must have?
thanks for any help!
- g
RE: what do i need to start building a java game from scratch?
Cheers,
Dian
RE: what do i need to start building a java game from scratch?
There are many terms in making a game. People may store the picture of main character of game into a square of photo. They may call it sprite. The background of the character may be transparent or at the same colour of the background.
After I have read the index of your book, I think your book seems good enough.
htt
But your cousin may need another book to teach him the fundamental knowledge of Java.
People may write game with Swing and run the game in computer.
Some people may write the game with J2ME and they may run the game in certain mobile phone or under J2ME toolkit in Windows.
RE: what do i need to start building a java game from scratch?
Some change in wording of my option.
I recommend your cousin start with 2d(2 dimension) game and understand the mechanisms behind the computer game. After he has be skillful in writing game, he may read books for writing 3d game if he wants.
3d game may need more calculation in Maths. Matrix may be used.