| ||||||||||||||||||
After a brief career in neural network chip design, he joined an online Internet multiplayer game startup in 1996 and has been programming in Java exclusively ever since. While writing this book, Croft taught Java 2D game programming within the Institute of Interactive Arts & Engineering program at the University of Texas at Dallas. In 2004, he transitioned from faculty to student and is now pursuing a doctorate in cognition and neuroscience in the School of Behavioral and Brain Sciences at the same university. His contact information is available at www.croftsoft.com.
Product Details
Would you like to update product info or give feedback on images?
|
|
Share your thoughts with other customers:
|
||||||||||||||||||||||
|
Most Helpful Customer Reviews
26 of 28 people found the following review helpful:
1.0 out of 5 stars
Much filler, a little on Java game programming,
This review is from: Advanced Java Game Programming (Paperback)
You would assume by the title that this book was written for the experienced Java programmer who knows a little about game programming and wants to learn a lot more. You would be wrong. Instead the author wastes your time and his book's space with chapter after chapter of information that has nothing to do with Java game programming, much less advanced material. Chapter one, for example, is all over the map talking about XML, Ant, and upgrading to Java 1.4, which is no longer even the latest release of Java. Chapter two, which is labeled "Deployment Frameworks" talks about JAR files, applets, and Java Web Start. Other off topic subjects include a chapter each devoted to persistent data, the A* search algorithm, and HTTP tunneling. In fact, there are three chapters on HTTP. The few chapters that actually relate to Java game programming are not advanced at all to the experienced Java programmer who knows anything about graphics, Swing, and Java. Instead, the author spends his time talking about his own game programming framework that does nothing special and is constructed quite awkwardly from a software engineering perspective. There are two much better titles on the market right now. One is "Developing Games in Java" by David Brackeen, written in 2003. The other is "Killer Game Programming in Java" by Andrew Davison which was released in the summer of 2005. If you are serious about game programming in Java you should probably own them both, since they are both excellent and each has their advantages. For one, both show how to use Java's own features and API's such as Java3D and Java Sound to complement your game programs rather than reinventing the wheel such as this author does. I notice that Amazon has nothing on the table of contents for this book, so I offer it here for the purpose of completeness, and to help prove my point that most of the book is not applicable to game programming:
Chapter 1 Development Setup Chapter 2 Deployment Frameworks Chapter 3 Swing Animation Chapter 4 Animation Library Chapter 5 Advanced Graphics Chapter 6 Persistent Data Chapter 7 Game Architecture Chapter 8 A* Algorithm Chapter 9 HTTP Tunneling Chapter 10 HTTP Polling Chapter 11 HTTP Pulling Appendix A Source Code Index Appendix B Introducing CVS
7 of 8 people found the following review helpful:
5.0 out of 5 stars
An Excellent Book For Advanced Game Programmers,
By Tripper T McCarthy (Chino Hills, CA United States) - See all my reviews
This review is from: Advanced Java Game Programming (Paperback)
As the title indicates, this book is for advanced Java game programmers. If you are looking for a book to introduce you to the fundamentals of Java game programming, you probably want to start off with another book first. But if you are an experienced game programmer, with a few games already under your belt, this book is a must read.The author deals with numerous topics that are at the heart of effective game programming. The sections I found most pertinent were those covering deployment options, swing animation, frame rate issues, and http network communication. In each section the author identifies the potential problems and pitfalls, discusses several options to deal with these issues, and then proceeds to show through his framework how he addresses these problems. The writing is clear and concise, and the code samples from the author's framework illustrate the concepts well. One thing that I don't like about a lot of Java game programming books is that they spend a lot of time talking about how to develop your game ideas. While this is important, many advanced game programmers are simply looking for sound advice to improve their underlining game design and performance. The author does a great job of speaking to this audience in dealing with the issues and problems we all face. Many of the issues discussed rang true to me as I remembered struggling to find solutions to the very same problems. The author's framework serves as a good foundation upon which to build your own games. The only thing I wish was covered was the use of 3D in Java games. This is a huge topic with a number of pitfalls and probably would require a book of its own. This really doesn't detract from my overall view of the book though, as what the book does cover is covered very well. Overall this book is very well done and I would recommend it to all serious Java game programmers.
10 of 13 people found the following review helpful:
4.0 out of 5 stars
Improves the viability of Java games,
By
This review is from: Advanced Java Game Programming (Paperback)
To date, there has been little commercial game development under Java. I won't say none. But if you know anyone in a company writing games, the chances are high that it is in C++. The main problem is that the most lucrative games tend to be twitch games like Doom or Quake. For these, you need the utmost in CPU performance and screen rendering.Java fails on both counts. Its bytecode nature has a performance penalty on a typical Intel or AMD CPU. Plus its graphic libraries, while adequate, did not easily let the programmer have direct access to the graphics memory. But all is not lost. Croft's book will appeal to those who still wish to write Java games, despite the above caveats. For one thing, strategy or turn based games do not necessarily need the highest performance. Java is quite viable here. Plus, as he strongly points out, having a game written in pure Java, without even any JNI hooks, increases vastly the places where is can be played. Because it is far easier to install. Fewer (none!) extra libraries to drag along. And of course, there is the operating system independence. Another point in the favour of Java games is that there can be far less danger of security risks, compared to anything written in C or C++. By running a Java game inside a JVM, you gain this safety. Not absolute, surely, but still reassuring. Also, Croft devotes considerable space to the treatment of advanced graphics. He discards AWT, and sticks to Swing. This will be familiar to many current programmers who are not writing games. He describes how to use hardware accelerated images to improve the effective frame rate. And many other graphics techniques. Overall, very encouraging for games in Java. You might want to try it out.
Share your thoughts with other customers: Create your own review
|
|
Tags Customers Associate with This Product(What's this?)Click on a tag to find related items, discussions, and people.
|