Killer Game Programming in Java

  Author:    Andrew Davison
  ISBN:    0596007302
  Sales Rank:    58651
  Published:    2005-06-30
  Publisher:    O'Reilly & Associates
  # Pages:    969
  Binding:    Paperback
  Avg. Rating:    5.0 based on 19 reviews
  Used Offers:    14 from $25.97
  Amazon Price:    $29.67
  (Data above last updated:  2008-11-26 06:51:42 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
Killer Game Programming in Java
  
Although the number of commercial Java games is still small compared to those written in C or C++, the market is expanding rapidly. Recent updates to Java make it faster and easier to create powerful gaming applications-particularly Java 3D-is fueling an explosive growth in Java games. Java games like Puzzle Pirates, Chrome, Star Wars Galaxies, Runescape, Alien Flux, Kingdom of Wars, Law and Order II, Roboforge, Tom Clancy's Politika, and scores of others have earned awards and become bestsellers. Java developers new to graphics and game programming, as well as game developers new to Java 3D, will find Killer Game Programming in Java invaluable. This new book is a practical introduction to the latest Java graphics and game programming technologies and techniques. It is the first book to thoroughly cover Java's 3D capabilities for all types of graphics and game development projects. Killer Game Programming in Java is a comprehensive guide to everything you need to know to program cool, testosterone-drenched Java games. It will give you reusable techniques to create everything from fast, full-screen action games to multiplayer 3D games. In addition to the most thorough coverage of Java 3D available, Killer Game Programming in Java also clearly details the older, better-known 2D APIs, 3D sprites, animated 3D sprites, first-person shooter programming, sound, fractals, and networked games. Killer Game Programming in Java is a must-have for anyone who wants to create adrenaline-fueled games in Java.
                  Reader Reviews 1 - 22 of 22                 
  
  
Review
Date
Review
Rating(5 High)
Review
Helpful
to:
Customer Review Reviewer
Info
Permanent
Link
Reader Reviews Below Sorted by Newest First
06-12-08 4 1\1
(Hide Review...)  Very good programming examples
Reviewer Permalink
I have programmed in C, C++, and C# for many years and have done 3D rendering with each. With that background, and a couple Java references lying around, I am finding this book to be very helpful, not only in the rendering areas, but also in its attention to Java user interface design and implementation issues. For a book with 'killer' in the title, I was grateful that it kept the tone much more readable than some of those other 'zen' and 'killer' programming books out there. Well worth the moolah.
(Review Data Last Updated: 2008-11-26 06:55:15 EST)
03-11-08 5 (NA)
(Hide Review...)  Very Impressed
Reviewer Permalink
I have not gotten all the way through the book - in terms of using the code.

I have read it through.

Very impressed with the level of explanation. Lots of things that never quite clicked now do. Setting up a 2d game engine is a piece of snap.
(Review Data Last Updated: 2008-07-31 07:36:06 EST)
10-03-07 5 0\1
(Hide Review...)  Very good book. If you want to learn Java game programming, don't miss this one
Reviewer Permalink
2 months ago, I was completely new to Java. (I'm getting better now)
The book provides many concepts and technique in game programming.
You'll find it really useful. If you want to learn Java game programming, don't miss this one.

Read also:
Developing Games in Java

This one is easier. But I recommend you read both!
(Review Data Last Updated: 2008-07-31 07:36:06 EST)
09-18-07 5 (NA)
(Hide Review...)  Excellent introduction to Java and Game Programming
Reviewer Permalink
Java has come a long way since books like "The Black Art of Java Game Development", and Killer Game Programming with Java is a great example of how far it's come. The book covers the basics of not only Java and the libraries relating to games, but also the basics of programming games. The book is quite complete, starting with the basics of 2D game programming and moving on to 3D games. The author conveys a genuine excitement in developing games with Java, and makes it simple enough to grasp and understand. The book is very well illustrated, with helpful class diagrams throughout the book.
(Review Data Last Updated: 2008-07-31 07:36:06 EST)
05-13-07 5 0\1
(Hide Review...)  Perfect Game Programming Book
Reviewer Permalink
This book is really worth you money to buy. It has detail explaintion of Java 2D and 3D gamming techniques. However this isn't for beinninger Java learners, it does not include basic syntax of Java language. I strongly recommand this book to all game lovers.
(Review Data Last Updated: 2008-07-31 07:36:06 EST)
03-09-07 4 1\1
(Hide Review...)  Good stuff
Reviewer Permalink
A good descriptive book about sound and graphics programming techniques that go into developing games. Significant number of references on the web mentioned for further research and to complement it. As a seasoned Java programmer other than games, I like that it's written quite clearly on the challenging topics of some chapters.
(Review Data Last Updated: 2008-07-31 07:36:06 EST)
03-08-07 4 1\1
(Hide Review...)  Good stuff
Reviewer Permalink
A good descriptive book about sound and graphics programming techniques that go into developing games. Significant number of references on the web mentioned for further research and to complement it. As a seasoned Java programmer other than games, I like that it's written quite clearly on the challenging topics of some chapters.
(Review Data Last Updated: 2007-04-11 03:20:53 EST)
02-14-07 5 (NA)
(Hide Review...)  It's just amazing.
Reviewer Permalink
I am a java programmer who works by making web applications in Java using frameworks like Struts and databases like Oracle, and I am also student of computer science. I always researched and studied by myself how to program games, and even made my own Tetris for pc and cellphone (in Java). But this book puts together in one work just everything that I always wanted and needed to know about games programming: 2D graphics, 3D graphics, sound, network, 3D models and on, in a very didactic way, and it is still growing, since there is always new material available at it's site. I highly reccomend this book for any Java programmer who wants to make professional, complete and market competitive games in this wonderful language.
(Review Data Last Updated: 2007-07-04 14:48:03 EST)
01-24-07 5 2\2
(Hide Review...)  Great 1st book!!
Reviewer Permalink
If you know some Java and you would like to start making games, you have to pick up this book. By the end of the 3rd chapter you'll be able to make all kinds of simple games and learn tons of fundamentals. Besides it's only $35. Also describes how to build your game into an installer that allows you to easily distribute your final products. Odoyle Rules!
(Review Data Last Updated: 2007-07-04 14:48:03 EST)
05-27-06 5 16\17
(Hide Review...)  Far better than any other book on this topic
Reviewer Permalink
This book is miles ahead of other Java gaming books... For one thing, this is an excellent book in its own right. For another, the other existing books on the topic suck.

Anybody who spends a lot of time writing games in Java ends up running into certain challenges. For each of these real issues, it takes a lot time to identify the issue then many hours to come up a satisfactory solution or work-around. This book saves you from 99% of that work. The author has documented nearly every complication that you will run into. The other Java gaming books explain how to apply common sense and traditional gaming strategies to the Java APIs (usually following Sun's tutorials exactly), giving step-by-step instructions on how to do so. Besides the point that this adds no value for somebody capable of following Sun's tutorials and APIs, they offer no help where you need it most... where the straight-forward approach is unsatisfactory or just doesn't work for some reason.

Another thing that has saved me a ton of frustration and time is advice from the author. For my specific game project I've run into several questions which I've been unable to answer by web searches, posting to forums, etc. I've emailed Davison (the author), and he has answered each of my questions concisely and to the point every time. (I don't want you to spam him, so please don't send questions until after you have looked for the answer in his book!).

To address concerns that other reviewers have posted:

This book is not just for "advanced" Java developers. As Davison has emailed me, the intended audience is, "someone who has just got past their first Java course". He purposefully avoids avoids all but elemental Java features (e.g., no ternaries, abstract classes, logging infrastructures, IOC).

WRT examples, you are not buying a gaming library or framework. The goal is not to give you production classes that you can use as-is in production quality products. Other reviewers are demanding production-ready examples. It is impossible to make production-ready examples that can be easily understood by first-year Java developers. If you want production-ready classes, don't look for them in a HOW-TO book, find them elsewhere or read this book and then write them yourself.
(Review Data Last Updated: 2007-07-04 14:48:03 EST)
01-15-06 2 16\23
(Hide Review...)  Somewhat Disappointed - But hopeful for a second edition
Reviewer Permalink
This is the first time I've been disappointed by a book published by O'Reilly. There are, in my opinion, quite a few things wrong with this book. I'll mention a few.

* Disappointing sample programs. The sample programs feel, unfortunately, very low quality - enough, in my opinion, to drive some readers away from Java as a game development language altogether. Providing higher quality sample programs would have been nice. It's not necessary to provide the polished details in the book itself, but having highly polished samples available as a download would have gone a long ways towards showing the reader how great Java can be as a development language. (A picture is worth a thousand words.) I would have preferred one extremely polished, high quality 2-D sample and one extremely polished, high quality 3-D example instead of lots of small, unpolished, low quality examples.

* Bugs in sample programs. I've encountered quite a few little bugs in many of the sample programs. For example, it's easy to end up "under the world" in FractalLand3D, and the lighting is sometimes off (way off). Also, on my updated, high performance machine, I noticed recurring lag in FractalLand3D, preventing it from running smoothly.

* The web site to which the author directs you for downloading the sample code is often very slow, perhaps because it's based in Thailand and I'm in the United States. Since the book doesn't come with a CD-ROM (a decision I support, given the ubiquity of the Internet these days), I think the author could have invested in at least one fast U.S.-based server since a large portion of book sales will undoubtedly be to U.S.-based customers.

* Missing downloads (bad URLs). In the ever-changing realm of the world wide web, it's understandable when URLs in older books (and even newer books) stop working. However, it's barely 2006, and this book was published in 2005. There's no reason the author should direct you to a download such as [...] and have it fail to actually be there.

* Too many pages spent on certain topics, such as: 1. Timing - which includes unnecessary details like timing on Windows 98-based computers (an operating system that's now 8 years old!) and performance on Pentium II-based machines (a CPU that's now 3 generations out of date!); 2. Justifying Java as a game development language; 3. Explaining the design and code in the samples in painfully small steps - I feel the author would have better served the readers by "getting to the point" more quickly.

I don't want to sound too harsh. Obviously, a lot of work and knowledge went into this book. You could do much worse than reading this book, which does a reasonable job covering a topic that isn't nearly as saturated as topics such as how to write Java servlets. However, when I pick up an O'Reilly book, I don't expect reasonable: I expect excellent, and I don't feel this book lives up to the O'Reilly name.

Given the other book choices on the topic of Java game programming, this book would make a decent addition to your programming bookshelf. I do, however, think the author should consider a second edition which addresses the problems listed above.
(Review Data Last Updated: 2007-07-04 14:48:03 EST)
01-14-06 2 7\10
(Hide Review...)  Somewhat Disappointed - But hopeful for a second edition
Reviewer Permalink
This is the first time I've been disappointed by a book published by O'Reilly. There are, in my opinion, quite a few things wrong with this book. I'll mention a few.

* Disappointing sample programs. The sample programs feel, unfortunately, very low quality - enough, in my opinion, to drive some readers away from Java as a game development language altogether. Providing higher quality sample programs would have been nice. It's not necessary to provide the polished details in the book itself, but having highly polished samples available as a download would have gone a long ways towards showing the reader how great Java can be as a development language. (A picture is worth a thousand words.) I would have preferred one extremely polished, high quality 2-D sample and one extremely polished, high quality 3-D example instead of lots of small, unpolished, low quality examples.

* Bugs in sample programs. I've encountered quite a few little bugs in many of the sample programs. For example, it's easy to end up "under the world" in FractalLand3D, and the lighting is sometimes off (way off). Also, on my updated, high performance machine, I noticed recurring lag in FractalLand3D, preventing it from running smoothly.

* The web site to which the author directs you for downloading the sample code is often very slow, perhaps because it's based in Thailand and I'm in the United States. Since the book doesn't come with a CD-ROM (a decision I support, given the ubiquity of the Internet these days), I think the author could have invested in at least one fast U.S.-based server since a large portion of book sales will undoubtedly be to U.S.-based customers.

* Missing downloads (bad URLs). In the ever-changing realm of the world wide web, it's understandable when URLs in older books (and even newer books) stop working. However, it's barely 2006, and this book was published in 2005. There's no reason the author should direct you to a download such as [...] and have it fail to actually be there.

* Too many pages spent on certain topics, such as: 1. Timing - which includes unnecessary details like timing on Windows 98-based computers (an operating system that's now 8 years old!) and performance on Pentium II-based machines (a CPU that's now 3 generations out of date!); 2. Justifying Java as a game development language; 3. Explaining the design and code in the samples in painfully small steps - I feel the author would have better served the readers by "getting to the point" more quickly.

I don't want to sound too harsh. Obviously, a lot of work and knowledge went into this book. You could do much worse than reading this book, which does a reasonable job covering a topic that isn't nearly as saturated as topics such as how to write Java servlets. However, when I pick up an O'Reilly book, I don't expect reasonable: I expect excellent, and I don't feel this book lives up to the O'Reilly name.

Given the other book choices on the topic of Java game programming, this book would make a decent addition to your programming bookshelf. I do, however, think the author should consider a second edition which addresses the problems listed above.
(Review Data Last Updated: 2006-07-07 09:42:21 EST)
12-11-05 5 6\6
(Hide Review...)  Best book I've seen on the topic
Reviewer Permalink
I went through a few books on java game programming before I got this one and I must say that by fair its the best. I have a few years experience with java and wanted to make a few games for fun and this book gave me all the information I needed to get started.

Roughly half the book is dedicated to issues you'll have when writing a 2d game and the other half is dedicated to 3d games (
using Java 3D). Although I've only read the first half in detail the java 3d material seems equally useful if 3d games are of interest.

My only complaint is that I didn't care for the example code much so I won't be using any of it. But unlike other books this book gives you all the information you need to do it in your own coding style.


Lastly the book is definitely not a book for beginners, the author makes no effort to explain things like event handling, Swing, or any other non graphic topics used in the book.
(Review Data Last Updated: 2006-07-07 09:42:21 EST)
12-04-05 5 14\15
(Hide Review...)  Great for Java game programming and much more
Reviewer Permalink
This is one of the most interesting books I have read on the subject of game programming in Java. In addition, it is a great tutorial on how to use Java to accomplish a number of multimedia programming objectives independent of game programming. Since there is no table of contents shown, I will summarize the book's contents in the context of the table of contents:
1. Why Java for Games Programming? - Many discussions are revisited about why Java is not a bad choice for game programming- speed, memory leaks, etc.
2. An Animation Framework - The animation algorithm developed through most of this chapter is embedded in a JPanel subclass (called GamePanel), which acts as a canvas for drawing 2D graphics. The animation is managed by a thread which ensures that it progresses at a consistent number of frames per second.
3. Worms in Windows and Applets - The threaded animation loop of chapter 1 is tested inside a windowed application and an applet. The programs are all variants of the same WormChase game.
4. Full-Screen Worms - Three approaches to full-screen games are investigated.
5. An Introduction to Java Imaging - The aging AWT imaging model is discussed, followed by the BufferedImage and VolatileImage classes, ImageIO, and the wide range of BufferedImageOp image operations offered by Java 2D.
6. Image Loading, Visual Effects, and Animation - This chapter examines how to efficiently load and display images, apply visual effects such as blurring, fading, and rotation, and animate them.
7. Introducing Java Sound - The Sound API is compared to the Java Media Framework (JMF), and the recently introduced JOAL, a Java binding to OpenGL's music API.
8. Loading and Playing Sounds - Discusses a single application, LoadersTests, which demonstrates "ClipsLoader" & "MidisLoader" classes for the control of clips and sequences.
9. Audio Effects - Different ways of applying effects to audio, which is key to the advantage of the Sound API- access to audio files to the bit level.
10. Audio Synthesis - How to create tone sequences for sampled audio and how to create MIDI sequences at runtime.
11. Sprites - A game's active entities are often encoded as sprites. A sprite is a moving graphical object.The Sprite class developed in this chapter builds on the animation framework and image and audio loaders developed earlier in the book.
12. A Side-Scroller - This chapter describes JumpingJack, a side scroller much like Super Mario, but considerably simpler, that illustrates tile maps, layers, parallax scrolling, and a jumping hero called 'Jack' who has to dodge exploding fireballs.
13. An Isometric Tile Game - Isometric tiles are the basis of many real-time strategy games, war games, and simulations, and Java-based "Alien Tiles" is demo'd here.
14. Introducing Java 3D - A brief introduction to the Java 3D API.
15. A 3D Checkerboard: Checkers3D - This chapter describes a Java 3D example called Checker3D that demos many Java 3D programming techniques.
16. Loading and Manipulating External Models - Many times it makes sense to create an object using 3D modeling software, and then load it into your Java 3D application at run time.
17. Using a Lathe to Make Shapes - One of the most ingenious chapters of the books shows how to create complex 3D shapes using a Java-based 3D lathe.
18. 3D Sprites - A Sprite3D class is developed.
19. Animated 3D Sprites - Poses and animation are included for the Sprite3D class of the previous chapter.
20. An Articulated, Moveable Figure - The implementation of an articulated figure is performed, composed of rotatable limbs, which can be moved around a checkboard floor in a similar manner to the 3D sprites in Chapters 18 and 19.
21. Particle Systems - Three particle systems are developed in this chapter: one where the particles are points, another using lines, and a third using quadrilaterals (quads).
22. Flocking Boids - Flocking is a computer model for the coordinated motion of groups (or flocks) of entities called boids, performed in 3D.
23. Shooting a Gun - The application in this chapter, Shooter3D, contains a gun which fires a laser beam at the point on the checkered floor clicked on by the user. The flight of the laser beam is accompanied by a suitable sound, and followed by an explosion.
24. A First-Person Shooter - Builds on the previous chapter by putting the gun in the player's hand.
25. A 3D Maze - Emphasis is on navigation through a complex scene (a 3D maze). The two main topics will be how to generate a realistic looking scene as in "Doom", and how to use multiple views to aid navigation.
26. Fractal Land - The FractalLand3D application creates a landscape using a plasma fractal to generate height values for the landscape's component quads.
27. Terrain Generation with Terragen - Landscape is designed with Terragen, then exported as a OBJ file (representing the landscape as a mesh), and as a BMP (showing the surface viewed from above). The BMP is subsequently edited and converted into a JPG.
28. Trees That Grow - Shows foliage that actually grows over time.
29. Networking Basics - runs through networking fundamentals and explains basic network programming with sockets, URLs, and servlets.
30. Network Chat - about online chat, the "hello world" of network programming. There are three chat variants: one using a client/server model, one employing multicasting, and chatting with servlets.
31. A Networked Two-Person Game - Pulls everything together to build a simple networked 2-player game.
32. A Networked Virtual Environment - NetTour3D is a very simple networked virtual environment which allows sprites representing users (clients) on different machines to move about in a shared world. The world is a checkboard, with simple scenery and obstacles.
A. Installation Using install4j
B. Installation Using Java Web Start
If you go to the author's website, he has additional chapters that are not in the book on J2ME, bluetooth, and mobile 3D gaming. Plus the downloadable code for the book is also there. Since Amazon usually throws out reviews with web addresses, just type "Killer Game Programming in Java" into Google and the first address you see should be the author's website.
In summary, I would highly recommend this book to any experienced Java programmer who is interested in programming games, as well as those interested in advanced Java Sound or Java 3D techniques which might be of use to any Java multimedia programmer.
(Review Data Last Updated: 2006-03-10 09:08:11 EST)
12-04-05 5 22\23
(Hide Review...)  Great for Java game programming and much more
Reviewer Permalink
This is one of the most interesting books I have read on the subject of game programming in Java. In addition, it is a great tutorial on how to use Java to accomplish a number of multimedia programming objectives independent of game programming. Since there is no table of contents shown, I will summarize the book's contents in the context of the table of contents:
1. Why Java for Games Programming? - Many discussions are revisited about why Java is not a bad choice for game programming- speed, memory leaks, etc.
2. An Animation Framework - The animation algorithm developed through most of this chapter is embedded in a JPanel subclass (called GamePanel), which acts as a canvas for drawing 2D graphics. The animation is managed by a thread which ensures that it progresses at a consistent number of frames per second.
3. Worms in Windows and Applets - The threaded animation loop of chapter 1 is tested inside a windowed application and an applet. The programs are all variants of the same WormChase game.
4. Full-Screen Worms - Three approaches to full-screen games are investigated.
5. An Introduction to Java Imaging - The aging AWT imaging model is discussed, followed by the BufferedImage and VolatileImage classes, ImageIO, and the wide range of BufferedImageOp image operations offered by Java 2D.
6. Image Loading, Visual Effects, and Animation - This chapter examines how to efficiently load and display images, apply visual effects such as blurring, fading, and rotation, and animate them.
7. Introducing Java Sound - The Sound API is compared to the Java Media Framework (JMF), and the recently introduced JOAL, a Java binding to OpenGL's music API.
8. Loading and Playing Sounds - Discusses a single application, LoadersTests, which demonstrates "ClipsLoader" & "MidisLoader" classes for the control of clips and sequences.
9. Audio Effects - Different ways of applying effects to audio, which is key to the advantage of the Sound API- access to audio files to the bit level.
10. Audio Synthesis - How to create tone sequences for sampled audio and how to create MIDI sequences at runtime.
11. Sprites - A game's active entities are often encoded as sprites. A sprite is a moving graphical object.The Sprite class developed in this chapter builds on the animation framework and image and audio loaders developed earlier in the book.
12. A Side-Scroller - This chapter describes JumpingJack, a side scroller much like Super Mario, but considerably simpler, that illustrates tile maps, layers, parallax scrolling, and a jumping hero called 'Jack' who has to dodge exploding fireballs.
13. An Isometric Tile Game - Isometric tiles are the basis of many real-time strategy games, war games, and simulations, and Java-based "Alien Tiles" is demo'd here.
14. Introducing Java 3D - A brief introduction to the Java 3D API.
15. A 3D Checkerboard: Checkers3D - This chapter describes a Java 3D example called Checker3D that demos many Java 3D programming techniques.
16. Loading and Manipulating External Models - Many times it makes sense to create an object using 3D modeling software, and then load it into your Java 3D application at run time.
17. Using a Lathe to Make Shapes - One of the most ingenious chapters of the books shows how to create complex 3D shapes using a Java-based 3D lathe.
18. 3D Sprites - A Sprite3D class is developed.
19. Animated 3D Sprites - Poses and animation are included for the Sprite3D class of the previous chapter.
20. An Articulated, Moveable Figure - The implementation of an articulated figure is performed, composed of rotatable limbs, which can be moved around a checkboard floor in a similar manner to the 3D sprites in Chapters 18 and 19.
21. Particle Systems - Three particle systems are developed in this chapter: one where the particles are points, another using lines, and a third using quadrilaterals (quads).
22. Flocking Boids - Flocking is a computer model for the coordinated motion of groups (or flocks) of entities called boids, performed in 3D.
23. Shooting a Gun - The application in this chapter, Shooter3D, contains a gun which fires a laser beam at the point on the checkered floor clicked on by the user. The flight of the laser beam is accompanied by a suitable sound, and followed by an explosion.
24. A First-Person Shooter - Builds on the previous chapter by putting the gun in the player's hand.
25. A 3D Maze - Emphasis is on navigation through a complex scene (a 3D maze). The two main topics will be how to generate a realistic looking scene as in "Doom", and how to use multiple views to aid navigation.
26. Fractal Land - The FractalLand3D application creates a landscape using a plasma fractal to generate height values for the landscape's component quads.
27. Terrain Generation with Terragen - Landscape is designed with Terragen, then exported as a OBJ file (representing the landscape as a mesh), and as a BMP (showing the surface viewed from above). The BMP is subsequently edited and converted into a JPG.
28. Trees That Grow - Shows foliage that actually grows over time.
29. Networking Basics - runs through networking fundamentals and explains basic network programming with sockets, URLs, and servlets.
30. Network Chat - about online chat, the "hello world" of network programming. There are three chat variants: one using a client/server model, one employing multicasting, and chatting with servlets.
31. A Networked Two-Person Game - Pulls everything together to build a simple networked 2-player game.
32. A Networked Virtual Environment - NetTour3D is a very simple networked virtual environment which allows sprites representing users (clients) on different machines to move about in a shared world. The world is a checkboard, with simple scenery and obstacles.
A. Installation Using install4j
B. Installation Using Java Web Start
If you go to the author's website, he has additional chapters that are not in the book on J2ME, bluetooth, and mobile 3D gaming. Plus the downloadable code for the book is also there. Since Amazon usually throws out reviews with web addresses, just type "Killer Game Programming in Java" into Google and the first address you see should be the author's website.
In summary, I would highly recommend this book to any experienced Java programmer who is interested in programming games, as well as those interested in advanced Java Sound or Java 3D techniques which might be of use to any Java multimedia programmer.
(Review Data Last Updated: 2006-07-07 09:42:21 EST)
10-03-05 5 5\6
(Hide Review...)  A 'must' for the serious game programmer
Reviewer Permalink
Andrew Davison's Killer Game Programming In Java is another reference no game programmer should be without: there's been a traditional lack of support for Java high-end graphics and documentation, which Killer Game Programming In Java deftly remedies. No list coverage, this 968-page tome is an extensive reference covering modern gaming requirements from sprite coding, laths, and more. Even networked games, and 2D and 3D games alike, are revealed in this 'killer' reference, a 'must' for the serious game programmer.
(Review Data Last Updated: 2006-07-07 09:42:21 EST)
09-12-05 3 6\15
(Hide Review...)  Definitely not a book for the beginner
Reviewer Permalink
If you want to learn how to develop Java programs with intensive graphics this will go over your head. If you are new, try another book. This is for people who already have a great handle on Java.
(Review Data Last Updated: 2006-07-07 09:42:21 EST)
08-02-05 5 15\16
(Hide Review...)  one of the best
Reviewer Permalink
I have all of the Java game programming books published since 1996 and this book ranks in the top three. There are no gaps in the coverage of the subject and the author has clearly done his research. While I might do some things differently here and there, overall this book is clearly one of the best. I highly recommend. -- David Wallace Croft, Founder of GameJUG.org and Author of "Advanced Java Game Programming"
(Review Data Last Updated: 2006-07-07 09:42:21 EST)
07-14-05 5 5\6
(Hide Review...)  Nice focus on the finer details.
Reviewer Permalink
I like this book because it has good details on the issues that count. For example, detailed coverage of timers including time drifting, accuracy and compensation. It has excellent coverage of different paint buffer strategies including doublebuffer and FSEM. The examples are very clear and I like the UML diagrams. This book is well rounded with details where they need to be.

The only thing I didn't get much use out of was the Java3D info but the chapters still had useful info independent of Java3D.

Because of this book I now have FPS accuracy including UPS to boot!
(Review Data Last Updated: 2006-07-07 09:42:21 EST)
06-23-05 5 13\19
(Hide Review...)  Bad name, great book on the fundamentals
Reviewer Permalink
I wish I could have waved O'Reilly off this name. It reminds me of the bad old days of the "Secrets of the Game Programming Mega-Gurus". Happily this is where the similarity ends. This book is far better than any of the old books that essentially covered graphics primitives and left it at that. This book goes in depth on 2D and 3D graphics and covers specifically how these interfaces are used in a game setting with real examples. Simple example games are provided and their implementation is well documented. Even network programming was discussed.

I'm pleased with this book, and the other recent gaming titles I have seen. Finally tech books that treat game programming with respect.
(Review Data Last Updated: 2006-07-07 09:42:21 EST)
06-07-05 4 15\17
(Hide Review...)  Fun way to learn Java 3D
Reviewer Permalink
I thought the idea of "killer" game programming in java was a bit far fetched. (Note: I have very little experience with Java3D - as in, I've gone through the demos and not much else). After reading through this book, I still think "killer" game programming is a generous description. However, I did discover a pleasant side effect; it was a fun way to explore the Java3D APIs.

This book does not spend any time on introductory java nor does it build a "killer" game from start to finish as it moves through the chapters. There are snippets of source code throughout the book, but I'd suggest downloading the source. The source code was very helpful, easy to compile and run. I had no problems running the code on a Mac and Java 1.4.2.

The text is very academic and thorough in its descriptions. While the title might suggest "game programming" as the primary focus of the book, I think this is almost a secondary issue. The real thrust (or at least what I got out of it) is a fun way to learn the techniques to 2D and 3D graphics programming, dealing with lighting, perspective, and movement using the Java Sound, Java 2D and Java 3D APIs.
(Review Data Last Updated: 2006-07-07 09:42:21 EST)
06-04-05 4 16\22
(Hide Review...)  much more feasible for games
Reviewer Permalink
Until very recently, there was no serious commercial game development in Java. For various reasons of varying validity, as Davison explains. The most compelling being the slowness of Java bytecode compared to C/C++ binaries, and the lack of a Java compiler on the Sony Playstation. But if you are pondering doing a Java game nowadays, then things look brighter. The latest Java 5 Hotspot compiler can mean that Java code is now only about 10% slower. For all but the most extreme twitch games, this delay might be acceptable.

While there is still no official Java compiler for the Playstation, two things counterbalance. The number of PCs is much larger, and Java compilers exist for these. Also, games for mobile devices (which basically means cellphones) are rising hugely. Here, there are no high resolution and big screen twitch games. So the Java graphics is usually quite adequate.

The book shows how to use Java 5 to handle video, audio and graphics in a combined manner for a game. The examples are somewhat minimal. Due mostly to practical limitations on book size. (It's large enough as is.) All of the example games have trivial graphics. You'll have to investigate with a protracted non-trivial case study if indeed Java 5 works for you to make games.
(Review Data Last Updated: 2006-05-27 10:23:34 EST)
  
                  Reader Reviews 1 - 22 of 22                 
  
  
  
  
  
  

Because the data used to generate this site come from outside sources, VeryWellSaid.com cannot guarantee the completeness or accuracy of the data.
Search VeryWellSaid™
Google
Web VeryWellSaid™
New subjects are added every week.
View Subjects Below by:
* Top Selling
 (click category name, left)
* Top-Rated Top Sellers
 (click 'Top Rated', right)
In the news...  
Dubai\UAE Top Rated
Influenza\Bird Flu Top Rated
Iraq Top Rated
Supreme Court Top Rated
All Books Top Rated
Arts Top Rated
Photography Top Rated
Digital Photography Top Rated
Digital Cameras Top Rated
Biography Top Rated
Business Top Rated
Management Top Rated
Marketing Top Rated
Sales Top Rated
Stocks Top Rated
Bonds Top Rated
Real Estate Top Rated
Trading Top Rated
Commodities Trading Top Rated
Time Management Top Rated
Starting A Business Top Rated
Children's Top Rated
Comics Top Rated
Computers Top Rated
PC Top Rated
Mac Top Rated
Programming Top Rated
Design Patterns Top Rated
.Net Top Rated
C# Top Rated
Vb.Net Top Rated
Asp.Net Top Rated
Java Top Rated
Python Top Rated
PHP Top Rated
Perl Top Rated
Javascript Top Rated
Ajax Top Rated
CSS Top Rated
Open Source Top Rated
SQL Top Rated
Databases Top Rated
Oracle Top Rated
MySql Top Rated
Sql Server Top Rated
IIS Top Rated
Apache Top Rated
Linux Top Rated
Windows Server Top Rated
Project Management Top Rated
HTML Top Rated
UML Top Rated
IT Certifications Top Rated
Cisco Certifications Top Rated
MCSE Top Rated
MCSD Top Rated
Cooking Top Rated
Italian Cooking Top Rated
Vegetarian Cooking Top Rated
Wine Top Rated
Engineering Top Rated
Entertainment Top Rated
Health Top Rated
Nutrition Top Rated
Dieting Top Rated
Sex Top Rated
History Top Rated
Military History Top Rated
British History Top Rated
Middle East History Top Rated
Land Battles Top Rated
Naval Warfare Top Rated
Air Warfare Top Rated
9/11 Top Rated
Terrorism Top Rated
Home Top Rated
Mortgage\Home Equity Loan Top Rated
Cars Top Rated
Car Buying Top Rated
Sports Cars Top Rated
Cat Top Rated
Humor Top Rated
Horror Top Rated
Law Top Rated
IP Law Top Rated
Legal History Top Rated
Fiction Top Rated
Oprah's Book Club Top Rated
Medicine Top Rated
Cancer Top Rated
Stroke Top Rated
Heart Disease Top Rated
Fertility Top Rated
Diabetes Top Rated
Pharmacology Top Rated
Back Problems Top Rated
Menopause Top Rated
Thyroid Top Rated
Pain Top Rated
Organic Chemistry Top Rated
Immune System Top Rated
Mystery Top Rated
Nonfiction Top Rated
Outdoors Top Rated
Running Top Rated
Radio Control Models Top Rated
Guns Top Rated
Parenting Top Rated
Divorce Top Rated
Professional Top Rated
Reference Top Rated
Religion Top Rated
Romance Top Rated
Science Top Rated
Physics Top Rated
Chemistry Top Rated
Astronomy Top Rated
Psychology Top Rated
Science Fiction Top Rated
Sports Top Rated
Teens Top Rated
Travel Top Rated
USA Top Rated
Europe Top Rated
France Top Rated
Italy Top Rated
England Top Rated
China Top Rated
All Books Arts Biography Click Here For An A-Z Index Of All 213 Best-Seller Subjects Business Children's Comics
Computers Cooking Engineering Entertainment Health History Home Horror Humor Law Fiction Medicine Mystery
Nonfiction Outdoors Parenting Professional Reference Religion Romance Science Sci-Fi Sports Teens Travel
In Association with Amazon.com

Cache miss
(not cached)