Most Helpful Customer Reviews
|
|
43 of 45 people found the following review helpful:
5.0 out of 5 stars
Kudos from another author, April 9, 2004
In my opinion, there are three groups of enthusiasts in the "gamer" market: Game players who want to make their own games for fun; Programmers who take up game dev as a hobby or a diversion; and those aspiring to become professional game developers. I believe this book excels at catering to the first group, is intriguing to the second, and at least mildly interesting for the third. Reviewers in all three groups will therefore vary in their opinion of this book.I co-authored "Beginner's Guide to DarkBasic...". In early 2002, we considered using BlitzBasic along with DarkBasic, but decided to focus on DarkBasic only, and tailored our book for the "extreme beginner," where it would be useful as a textbook in a "first programming course." I am glad because now there is this excellent BlitzBasic book too, and it nails the subject! Blitz and DBPro seem to be strong competitors. What you should realize when considering this book is, do you have a compiler? Visual C++ and Visual Basic and other compilers are expensive! But tools like BlitzBasic give you a DirectX game engine AND a compiler in one package. While this could easily cost hundreds of dollars for something like Visual C++ and Torque, you get it all in one package, with an easy-to-use script language. With this book, you get a trial version of the compiler, so you won't need any additional software to get started. A final point. Its the CONCEPTS that are important, not the language. Anyone who whines about a book not using C or C++ is immature and a novice in the extreme. Because any competent programmer can glean new knowledge from a book of any language and apply it to his/her own. Shoot, I have used Petzold as a reference when writing about Visual Basic. Maneesh should be congratulated for having written a very accessible book for new programmers and anyone who wants to write their own games without a huge investment of time.
|
|
|
17 of 17 people found the following review helpful:
4.0 out of 5 stars
Great for parents as well as teens, May 23, 2004
By A Customer
I am a software engineer and a parent of an 11-year-old, and I have been looking for a way to teach my son computer programming in a way that would be fun for him. I read this book cover-to-cover, and it's almost perfect for this purpose. I have no doubt that the book would be excellent for a self-starting teen to read on his or her own. But as a parent, this book is invaluable for the parent seeking short, fun, educational programming activities that will be a lot of fun for the learner (and the parent as well). Every kid loves games, and this book does a great job.I would also recommend this book to an adult who wants to learn the basics of game programming. It's a pretty fast read, very easy to follow. I personally learned a lot from this book. I've been programming computers for 30 years, but I've never written a graphics-based game before, and this book efficiently and easily goes through all the techniques for creating good games very quickly. I think it would also be fairly easily followed by a teen or adult who has never programmed before. The book uses Blitz Basic, which is optimized for writing computer games and seems to be much easier to use than Visual Basic (the computer language I first tried when teaching my child). A trial version of Blitz Basic is on the CD-ROM included with the book, and the full version (called BlitzPlus) can be purchased online if desired (but is not required). The CD-ROM also includes excellent example artwork, animations, and sounds for the games described in the book, which is a great way to get a teen or pre-teen into programming without getting bogged down with creating art and sounds from the start. By the way, this book covers creating 2D games (like Pong, Space Invaders, that sort of thing). 3D games are (I am told) much more challenging, and are covered in other books. (Blitz Basic is for 2D games; for 3D games, there is a related programming language called Blitz3D.) I have one important complaint about this book, which is why I gave it 4 stars rather than 5 stars. There are many errors in this book. It could have used more careful technical editing. For example, in the section on arrays, the author carefully explains how the indexes for a 30-element array range from 0 to 29, and cautions the reader not to try accessing element 30 (which is one past the end of the array), and then proceeds to give a sample program that makes exactly this mistake. There are several errors of this magnitude in the book, and at least a minor mistake every 3 or 4 pages. It's unfortunate, because these mistakes can be very confusing to a beginning programmer. But having said that, I still very much recommend this book. It's a good one. Congratulations to the teenage author who wrote it, excellent job!
|
|
|
13 of 13 people found the following review helpful:
5.0 out of 5 stars
A good starting point, May 3, 2006
Short: I am writing this review from the perspective of a high school student who started with Blitz, went on to a more advanced language, and is now revisiting Blitz again.
Long: When I first picked up the book, I was a high school student with no prior programming experience. I had written code before, but it was HTML so I didn't actually write programs.
I abandoned Blitz for a while when I finally got the chance to take a programming class(C++) in school and have recently returned and thus revisited the book to brush up. I took this oppertunity to write a review here.
C++ is a more advanced, powerful, and widely used language but I still use Blitz to make simple games because it's hard to get good graphics in a C++ compiler without costly graphics pacakges to go with it.
Opinion
Short: The book is very intuitive and well written. The author does a very good job at explaining things and the book is very well paced. When going to a more advanced language I was helped significantly by the concepts I learned when using Blitz. I would highly recommend this book.
Long: When I first got this book, I thought programming would be a daunting task. This book goes through it very well and has a nice pace that keeps you from getting overwhelmed. The author writes very clearly and is very good at explaining concepts. This is a great book to get started with programming.
When I dropped this because I started programming in C++, I found transfering languages easier than I had hoped. I learned a lot of basic concepts in Blitz and was able to take many of them over into C++.
For a short time, the only real changes that I experienced were different syntax between the two languages and some other basic priciples (such as library functions) not used in Blitz. By the time I got to a point where most of the material I was learning had no equivalent in BLitz, I had been using C++ long enough not have any problems.
Conclusion
Short: It's a great, well written introductory book for those looking to program for fun or those who want to go further but need a good starting point.
Long: When I got this book, my purpose was to get something to introduce me into programming in a simple, easy to understand manner. I am happy to say that it works very well for this purpose. The Blitz language will not carry you especially far but if you are in it for fun or are just looking for a starting point, this will work very well. I still program with it myself a bit even after learning a more advanced language.
|
|
|
Most Recent Customer Reviews
|