|
|||||||||||||||||||||||||||||||||||
|
9 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:
3.0 out of 5 stars
Good but 50% of it is way too general,
By "falcon7000" (Poland) - See all my reviews
This review is from: Micro Java™ Game Development (Paperback)
This is a good, very readable book. Its main drawback, though, is that the first 260 pages present information which in my opinion everyone interested in MIDP games development already knows.Chapters 1-5 & 7 are a light discussion on mobile networks, available handsets, some common services such as SMS, EMS, WAP and MIDP games currently on the market. This is quite interesting but not very deep and it doesn't correspond with the title of the book very much. So the first half of the book disappointed me because it wasn't what I paid for. Chapters 8-13 discuss the very basics of J2ME. If you have any skills in java and if you looked through the J2ME specifications which can be found on various web sites (Sun/Borland/Nokia) or if you at least have gone through some tutorials you won't find anything new in these chapters. They are well written, but this is rather the beginners' stuff. The whole MIDP API is so simple that you can get used to it in one day and in my opinion such a long introductory discussion is obsolete. What is really valuable in this book are the next 180 pages on which the authors present the complete process of creating a sophisticated, very well-written, multiplayer MIDP game. This is really worth the money and this is what this book should start with. Even if you have some experience in game development you should read these chapters thoroughly because of the many tips&tricks which you simply have to know to be able to use. I was very satisfied with this part of the book, mainly because the resulting code was condensed and clear and the results were better than expected. The last part of the book presents various J2ME APIs and is enclosed by the index. So to summarize: This is a good, very well written & worth reading book but the hardcore programmers might feel disappointed becasue of the amount of the basic to intermediate material. It's also a pity that there is no CD-ROM accompanying the book so unless the publisher posts the source code on its web site you'l have to type it yourself.
7 of 7 people found the following review helpful:
4.0 out of 5 stars
Excellent book,
By Vaibhav Gowadia (Columbia, SC) - See all my reviews
This review is from: Micro Java™ Game Development (Paperback)
I started reading this book, because I did not see any other good options around. Probably it is the first book on game programming in J2ME. Other books are limited to either games or J2Me. I read the book and found it very useful. Even if you are new to all this, you will not have trouble with this book (assuming familiarity with Java). This book is divided into 6 main sections. The book starts with an introduction to the java enabled mobile devices. Thus, if you are new in the field, the sections might be very useful. Else you can easily skip over to J2ME section. The authors discuss some available programming tools and then describe programming techniques for using less memory, optimization and multithreaded programming.Part 4 of the book is the real core about game programming. The book covers development of Graphical User Interfaces, Audio basics and wireless networking. It does an excellent job in explaining the mechanics of game programming. The working can be understood even if you are not a J2ME guru. In latter parts, they cover personal java APIs, iAppLi, Siemens Game API. You will learn neat stuff about accessing Phone Books, making calls, sending SMS messages etc. At end, they put together all tricks to develop the micro-racer game. A nice project to learn it all. Highly recommended for readers of Beginner/Intermediate level in areas of game programming and J2ME.
7 of 7 people found the following review helpful:
4.0 out of 5 stars
High-quality, thorough, well-written... with a few flaws,
By
This review is from: Micro Java™ Game Development (Paperback)
Great book! Some highlights:- well written 5/23/02 - An update, having gone through about 60% of the book: Most of my expectations (as described above) were met and even exceeded in many cases, however, there are also a couple of minuses to the book: Because of these, keeping the rating at 4 stars. Still, it's a great book, and a highly recommended read if you are interested in J2ME, games, or both.
6 of 7 people found the following review helpful:
5.0 out of 5 stars
Great book for beginning MIDP game developers,
By Michael A Sidler (Ovilla, TX United States) - See all my reviews
This review is from: Micro Java™ Game Development (Paperback)
I have a number of J2ME/MIDP books but none of them cover game building with MIDP other than very basic games. This book goes into some of the real issues of developing a graphical based realtime game. If you are looking to build a game with MIDP and have no gaming experience this is a very good book to get you started.
1 of 1 people found the following review helpful:
4.0 out of 5 stars
Good foundation for developers,
By
This review is from: Micro Java™ Game Development (Paperback)
I found this book very informative. I would recommend using it in conjunction with a good J2ME reference guide (such as Learning Wireless Java). The examples work (I was very surprized by this...), if you want to start writing games this will give you a good foundation.
12 of 12 people found the following review helpful:
5.0 out of 5 stars
A Good Starting Point,
By Stephen Wailes (UK) - See all my reviews
This review is from: Micro Java™ Game Development (Paperback)
This book is the first I have read on Micro Game Development. I have recently looked into the subject for my Final Year Project, and found that there are lots of tools, standards and SDK's etc. to get your head round. The information on Sun Microsystems and Nokias sites is vast, and is going to take weeks to correlate. This book covers most of the things I need to initially know to get started in mobile game development.The book starts with a brief explanation about the history of computer games and how they have changed over the years along side growing technology. An overview of the books mission helps to imprint what the book is going to teach you. This has helped me understand the overall structure of the subject. If you are new to gaming the book explains some of the basics of game design but later goes into more detail, including choosing genres that are more suited small devices. The first part of the book explains small devices on a wider scale. Different Java enabled devices are described such as PDA's Set Top Boxes and Smart Cards etc. this puts mobile game programming in perspective to the overall structure of small device programming. Java has a number of add-ons which cater for these different devices, such as JavaTV for set top boxes and j2me PDA profile for PDA's. These technologies are briefly described along with MIDP and CLDC which are specific to mobile phones, to give an overview of the different development environments of small devices. Part two goes into mobile phone technologies in more detail, explanations include first, second, second and a half and third generation phones, as well as SMS, MMS, WAP and WML etc. Part three starts to get into the meat of mobile phone technology, J2me. It describes the need for a cut down version of Java, and ex[plains the structure of j2me, CLDC, MIDP on mobile phones. This part also walks through the writing, compiling and deploying of a simple miDLET using the command line and the `Wireless Tool Kit'. It then goes into simple procedures such as displaying graphics and command listening. Threads, code size reduction and memory optimisation is also covered. The game side of the book really begins in part four. High and Low level GUI's are discussed, before moving onto sprites and their management. Audio and Networking is also discussed here. Part five describes some j2me extensions such as PersonalJava, CDC and the Siemens Game API. The most exciting part of the book however is part six which walks through the creation of a racing game. This gives the necessary code along side explanations to develop a small game. This book overall, is a good starting point into the understanding Micro Game Development and is also an enjoyable read. I would recommend it to anyone who is considering moving into this area, and wants to take a quick look first. There are a few downsides to the book though, there are plenty of typo's which I also noticed in an article by one of the authors. Also the book is now a year old, which like any computing subject is more like a thousand years This along with the fact that it covers mainly the basics means that I would recommend this book as a starting point, but more up to date and detailed information will be needed.
1 of 4 people found the following review helpful:
4.0 out of 5 stars
Looks like a high-quality, thorough, well-written book,
By
This review is from: Micro Java™ Game Development (Paperback)
Just spent an hour with this book and it looks great! Some highlights:- well written 4 stars for now, only because I haven't yet gotten a chance to fully explore it, but if the first impression is any indication, this is really a 5-star product.
2 of 6 people found the following review helpful:
5.0 out of 5 stars
Good introduction,
By A Customer
This review is from: Micro Java™ Game Development (Paperback)
Good introduction to both game development and j2me overview and programming. Good examples you can relate to.
0 of 17 people found the following review helpful:
4.0 out of 5 stars
So far so good,
By A Customer
Amazon Verified Purchase(What's this?)
This review is from: Micro Java™ Game Development (Paperback)
I just got this book but it looks pretty good.
|
|
Most Helpful First | Newest First
|
|
Micro Java™ Game Development by David Fox (Paperback - April 28, 2002)
$54.99
In Stock | ||