|
|||||||||||||||||||||||||||||||||||
|
15 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
19 of 19 people found the following review helpful:
5.0 out of 5 stars
Nice Job!,
By
This review is from: Java Game Programming for Dummies (Paperback)
Most game programming books focus on teaching experienced game programmers the advanced tricks of the trade. This book fills a gap. A variety of game types are explained with small easy to digest code examples. It's not the authors' purpose to teach you Java; something they make clear from the start. The focus of the book is game design. Those who program in other languages can benefit from the book after familiarizing themselves with Java syntax. The book nicely covers animation, game design, modeling the world with basic physics, etc. The writing is straightforward and concise. Also appreciated is, unlike many other 'For Dummies' writers, these authors don't waste half the book auditioning as comedy writers.
12 of 12 people found the following review helpful:
5.0 out of 5 stars
A great introduction to the principles of game programming,
By A Customer
This review is from: Java Game Programming for Dummies (Paperback)
This book was exactly what I hoped it would be. I've been learning Java for the last couple months in my spare time and was looking for something interesting to do with my new skills. The numerous examples in the book are well written and thoroughly explained. But the real bonus was the straight-forward explanations of game design and techniques. I even gained some better insight into how to structure an object-oriented program. So not only did I get a clear and concise book on game programming, but I also got some of the best examples of object-oriented programming in Java. I highly recommend this book!
12 of 12 people found the following review helpful:
4.0 out of 5 stars
Strong on mechanics, weak on "soft" issues,
By
This review is from: Java Game Programming for Dummies (Paperback)
My copy (with the same ISBN number!) does not have the "five bonus chapters on the fundamentals of programming with Java", so I can't comment on those. My copy jumps right in to advanced techniques (drawing offscreen, MediaTracker, etc.). This is a "techniques" book--it does a very good job of explaining the simple physics you need in order to do realistic animation, and explains things like how to shuffle cards and how to create mazes. It then uses mazes to explain drawing in 2D, 3D, and with texture mapping. It does NOT cover multiplayer games and network play, and barely touches on the use of artificial intelligence in games. These omitted topics are important ones. If you want to know something about designing an original computer game, look elsewhere. This book is for coders, not designers. The chapter on "Making Fun Games" is a mere six pages long, and the advice, though good, is extremely shallow. The book uses the Java 1.0 event model, which works everywhere but is outdated technology. All the examples are applets (though the techniques apply equally to applications). In my copy (I hope this has been fixed!), all the string quote marks have disappeared from the printed code--easy to fix if you know Java. Besides, the code is also on the CD. In summary, this book is more limited in scope than the title suggests (and possibly more than the authors realize). I give it four stars because it does a very good job with the topics it covers. But due to some rather serious omissions, it shouldn't be the only book on your game programming shelf.
9 of 9 people found the following review helpful:
4.0 out of 5 stars
Not for Begginners,
By "jedilordmatt" (The plumbing below your toilet, waiting to grab you when you sit down.) - See all my reviews
This review is from: Java Game Programming for Dummies (Paperback)
I was very eager to learn how to program games, so I started looking into Java books, and I found this. I was a complete programming novice at the time, so when I started looking on the CD, I had no idea what to do. I had to search the CD and Internet for hours before I fanally discovered it was to be done on Notepad not an auto-matic compiler. I was able to successfully program the bouncy ball application, but I had no idea how I did it. I read the explanations of the code, but it didn't help me because it wasn't enough in detail. Get Learning Java 2 in 21 days, Java in a nutshell, or Sams Teach Yourself: Begginning Programming before you get this book if you're a Java novice. Otherwise, it is a good book for those programming veterans looking to make games.
7 of 7 people found the following review helpful:
3.0 out of 5 stars
Need your thinking caps on tight to get through the book....,
By
This review is from: Java Game Programming for Dummies (Paperback)
I bought this book without a high degree of expectation. Just to get me into the basics. I think the overall strategy of the book is sound. Wayne and Bell take you from the mundane to some interesting stuff. Basic explanations are used which is ok and only the "significant" code is explained. But the authors just lump the code out into the book without giving you alot of orientation about where it belongs in their respective programs. I felt that there is still a whole lot more out there to learn but the authors don't give you any scope about it and where you are in the technology. (Maybe they don't have to but some indication would have been helpful, such as naming the other classes you should read up about)You have to have your computer on and trawl through the book with it and carefully. You will probably get confused if you try and use the book by itself. There are numerous typograhical errors in the source that fortunately are not on the CD. Also using later versions of your jdk may result in trying to use deprecated methods/classes. The CD has 1.1.5. Overall I really had to concentrate and follow the CD very closely to not get confused about where each code segment belongs. This book's audience is designed for "dummies". But the authors may end up confusing you unless you have your thinking caps on tight. Only read this book if you know at least the basics. (One thing i would like to see in any "educational" material is some exercices at the end of each chapter. There are none in this one.)
9 of 10 people found the following review helpful:
5.0 out of 5 stars
Java GAME programming for dummies.,
By Jonatan Ring (Oslo in Norway(from: Uppsala in Sweden)) - See all my reviews
This review is from: Java Game Programming for Dummies (Paperback)
This book doesnt teach you java.However if you know some java but not how to create a game, you will find this book usefull. Thou the games described are simple, they do teach you the basics of 2D (and some 3D) game programming.If you remember some mathematics it helps but is not needed.Most of the formulas used are well explained.This makes it easy to write the same games in other languages like C,C++,basic.... I am a litle disapointed since the book didn't show how to create a scrolling game, like Super Mario Brothers or Sonic , but if you understand the other games in the book writing such a game yourself should be possible I give this book a 5 star rank because it was usefull to me who didn't know very much about game programming. However you will not learn java from this. Try Teach yourself java in 21 days instead.
9 of 10 people found the following review helpful:
5.0 out of 5 stars
Not bad...,
By
This review is from: Java Game Programming for Dummies (Paperback)
The book covers standard topics from computer science connected with Game Programming (physics modelling, 3D geometry...) and their Java/object oriented implementations. The book is well organized and has lots of examples and instant code on the CD. However, this book doesn't fit in standard "for Dummies" concept since previous Java knowledge/experience is a must. The authors tried to help a little bit putting additional 5 chapters on the CD. Those chapters are quick introduction to Java/applet concept.
13 of 16 people found the following review helpful:
4.0 out of 5 stars
Dated Material,
By A Customer
This review is from: Java Game Programming for Dummies (Paperback)
Note that all the example code uses the 'old' 1.0 event model. It would be nice to see a second edition that uses Swing and the new event model.
5 of 5 people found the following review helpful:
5.0 out of 5 stars
Great for those with some basic Java knowledge...,
By A Customer
This review is from: Java Game Programming for Dummies (Paperback)
Now, this is one of those books that I can say I'm glad to have in my collection of game programming books. I'll just put it next to my Black Art Of VB Game Programming, excellent. An excellent resource for game programming since it goes deep into the explaination of game design, game development, and down-to-earth explainations of the example code. The only gripe about this book is that you really do need some basic Java knowledge to start. I'm familiar with c++ and vb, but knew nothing about Java. The 5 bonus chapters on the cd were a great help, but not good enough. It did, however, recommend getting the Java Programming For Dummies since this book wasn't meant to teach Java from scratch anyway. So that's the only problem with this book, if it actually is a problem. Hehe.
4 of 4 people found the following review helpful:
4.0 out of 5 stars
An excellent but flawed book,
By Rick Jarosh (Rehoboth Beach,DE) - See all my reviews
This review is from: Java Game Programming for Dummies (Paperback)
Overall an excellent book.Most of the code is stepped through piece by piece,though in a couple of places the explanations are elliptical,but the code on the CD is fairly easy to figure out,even if you are a Java novice,which I am.I found a lot of mistakes in the equations in Chapter 4,which created great confusion because they were in one of the most difficult parts of the book. I assume they were editing mistakes because the applet runs okay.If you are an editor or author of this book you may want to contact me.Someone mentioned that they couldn't find the bonus chapters;they are on the CD.If it weren't for the mistakes I would give this book five stars.
|
|
Most Helpful First | Newest First
|
|
Java Game Programming for Dummies by Wayne Holder (Paperback - Mar. 1998)
Used & New from: $12.54
| ||