oder
Loggen Sie sich ein, um 1-Click® einzuschalten.
Alle Angebote
Möchten Sie verkaufen? Hier verkaufen
Der Artikel ist in folgender Variante leider nicht verfügbar
Keine Abbildung vorhanden für
Farbe:
Keine Abbildung vorhanden

 
Den Verlag informieren!
Ich möchte dieses Buch auf dem Kindle lesen.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

C# and Game Programming (Second Edition): A Beginner's Guide [Englisch] [Taschenbuch]

Salvatore A. Buono

Preis: EUR 60,99 kostenlose Lieferung. Siehe Details.
  Alle Preisangaben inkl. MwSt.
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Auf Lager. Zustellung kann bis zu 2 zusätzliche Tage in Anspruch nehmen.
Verkauf und Versand durch Amazon. Geschenkverpackung verfügbar.

Weitere Ausgaben

Amazon-Preis Neu ab Gebraucht ab
Taschenbuch EUR 29,99  
Taschenbuch, 31. Januar 2005 EUR 60,99  

Kurzbeschreibung

31. Januar 2005
The second edition of C# and Game Programming offers the same practical, hands-on approach as the first edition to learning the C# language through classic arcade game applications. Complete source code for games like Battle Bit, Asteroid Miner, and Battle Tennis, included on the CD-ROM, demonstrates programming strategies and complements the comprehensive treatment of C# in the text. From the basics of adding graphics and sound to games, to advanced concepts such as the .Net framework and object-oriented programming, this book provides the foundations for a beginner to become a full-fledged programmer. New in this edition: - Supports DirectX 9.0 - Revised programs and examples - Improved frame rate for game examples

Kunden, die diesen Artikel angesehen haben, haben auch angesehen


Produktinformation


Mehr über den Autor

Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Produktbeschreibungen

Pressestimmen

"C# and Game Programming is a useful all-around resource for anyone looking to get off the ground and start learning what C# can really do." -Wisconsin Bookwatch, June 2005

Synopsis

The second edition of C# and Game Programming offers the same practical, hands-on approach as the first edition to learning the C# language through classic arcade game applications. Complete source code for games like Battle Bit, Asteroid Miner, and Battle Tennis, included on the CD-ROM, demonstrates programming strategies and complements the comprehensive treatment of C# in the text.

In diesem Buch (Mehr dazu)
Nach einer anderen Ausgabe dieses Buches suchen.
Einleitungssatz
This chapter covers the basic aspects of the C# language including its history, compilers, algorithms, variables, and the use of the Base Class Library. Lesen Sie die erste Seite
Mehr entdecken
Wortanzeiger
Ausgewählte Seiten ansehen
Buchdeckel | Copyright | Inhaltsverzeichnis | Auszug | Stichwortverzeichnis | Rückseite
Hier reinlesen und suchen:

Eine digitale Version dieses Buchs im Kindle-Shop verkaufen

Wenn Sie ein Verleger oder Autor sind und die digitalen Rechte an einem Buch haben, können Sie die digitale Version des Buchs in unserem Kindle-Shop verkaufen. Weitere Informationen

Kundenrezensionen

Es gibt noch keine Kundenrezensionen auf Amazon.de
5 Sterne
4 Sterne
3 Sterne
2 Sterne
1 Sterne
Die hilfreichsten Kundenrezensionen auf Amazon.com (beta)
Amazon.com: 3.8 von 5 Sternen  40 Rezensionen
21 von 22 Kunden fanden die folgende Rezension hilfreich
3.0 von 5 Sternen A Dichotomous Book... 15. Februar 2004
Von Deon Poncini - Veröffentlicht auf Amazon.com
Format:Taschenbuch
This book was a bittersweet experience for me. The book is basically devided into three sections. The first is the basics of C#, the second basics of Game Programming, and the third more advanced C# using OOP methodology.

A quick rundown of the sections:
1: Ultra Simplistic - 2 stars
2: Brilliant! Worth buying the book for 5 stars
3: Rushed, Too Concise, doesnt explain anything and useless- terrible : 1 star

(hence my rating of 3 stars - interger average of these values)

I was glad that I had read C# The Complete Reference by Herb Schildt before reading this book. The first section on programming basics is VERY basic - teaching very beginner concepts such as loops, descisions etc that most people reading this book would already know. As someone who must read a book cover to cover I read all this, resisting the strong temptation to skim to the next section. It provides a simple introduction to C#, but not particularly useful,

The second section concerns itself with game creation using Windows Forms and GDI+. The first example in this section, Paddle Tennis, is quite good, and probably worth buying the book for this one example, if you have never done any windows forms or GDI+ programming in C# before (as I hadnt). On the accompanying CD there are all these application files you need to add to your project, which is not explicitly stated in the book, and left me scratching my head when I entered all the source code, compiled and got about 200 errors. Actually mentioning that these prewritten classes needed to be added would have been of tremendous help.

But these prewritten classes are the downfall of the book. Basically the example teaches you how to display images, initialize a form, override the OnPaint & OnKeyPress methods - but thats it. All the code for collision detection is prewritten for you with only very oblique references to it in the text. I built a version of Pong and Arkanoid from what I learnt from this book, but most of what I learnt came from analyzing the source code on the CD...

Unfortunately its downhill from here. There are about 7 more games in the book however there is a very brief introduction with very vague descriptions of the new features in the games followed by source code (that again uses the prewritten classes) - basically the text doesnt really teach you how the games were made, you have to read the code and work it out.

The final section on OOP is a very condensed coverage of all 77 keywords in the C# language. This section is utterly useless - it describes the entire language in 100 pages - meaning there is a very brief introduction on the topic (such as overloading or constructors) a single example and then its next topic! If I already didnt know the language I would be completely lost...

I said however this was a Dichotomous Book as I believe I would still have bought it knowing what I do now. It is worth it for the middle section, which is excellent. I recommend strongly that you analyze the source code on the cd (and remember to add it to your projects!!!) - this taught me more than the book. The very final part of section 3 goes over the classes in these prewritten functions (attempting to save grace)- but in the style of the latter half of the book is ultra condensed and basically mirrors the code - teaching you no more than the code itself does - there is no reasoning as to why the code is written in that way.

Something must have gone into my head however because within a week of reading I could make fairly complicated Forms/GDI+ applications - the book works for a good introduction.

In conclusion, dont buy it to learn the language (I recommend reading C# the Complete Reference - it is excellent), but buy it if you want to know something about GDI+ and Windows Forms - it teaches this well. Just skip sections 1 and 3 and read section 2 (which is brilliant by the way).

Deon Poncini

10 von 10 Kunden fanden die folgende Rezension hilfreich
2.0 von 5 Sternen Disappointment 8. Dezember 2003
Von C. Branch - Veröffentlicht auf Amazon.com
Format:Taschenbuch|Von Amazon bestätigter Kauf
I purchased this book to evaluate it for a university course I am teaching in the spring. I am planning on teaching game design using the C# language and thus this book seemed right along the right lines.

It is not.

A brief summery of the book would be: Intro to C# with some game examples. The problems is that the C# topics are spread, somewhat haphazardly, through out the book, and the examples are LONG. There really is no reason why complete programs need to be printed, especially after describing methods used in them. I'd say that of the 550 pages about 300 is simply code. Combined with the fact that formatting is not perfect makes the book a difficult read.

Another complaint is the horrible quality of the games provided. The look bad, and play even worse. The fact that all of them run without crashing maybe seen as an improvement over some other books. Typically the reader should be impressed or at least inspired with what you can do with the knowledge in the book, this is almost the opposite, I know that I won't show any of these demos simply because it could drive people away.

Finally there is almost no actual Game design. All games are one or two files with limited number of classes. The book tries to focus on object oriented design, however it is poorly done with little thought given to non-player objects, such as program structure. Program structure, or lack there of, is simply the Windows.Forms model with its event model driving the game. Unmodified this model is unsuitable for actual game creation.

Conclusion.

You might be able to learn C# from this book, however it will take you a while. You also might be able to make a game however you won't learn how real games are designed and made, also you won't find this book useful as a reference as once basic knowledge is acquired nearly anyone should be able to surpass this content.

I won't be using this as a textbook, probably stick with a tried and true classic like LaMothe's TWGPG which does a much better job in all categories.

16 von 18 Kunden fanden die folgende Rezension hilfreich
5.0 von 5 Sternen This is a fantastic book 1. November 2003
Von Ein Kunde - Veröffentlicht auf Amazon.com
Format:Taschenbuch
This is a fantastic book for learning both C# and Game Programming. It covers the entire C# language, breaking down each keyword, so as to make learning a new language as simple as possible. But, it doesn't stop there. Next, it introduces game programming, taking the keywords that you've already studied and using them to create arcade style games. The games are actually object-oriented models built off a single set of classes, but you don't know this yet, since you're only in chapter three. Building the games also means that you'll have to master both graphic and sound programming, but the CD also includes pre-assembled projects, so beginners can skip these steps, studying them after they completed the language. The games are also built using Windows not console settings, so you'll be well into event driven thinking. Once you've mastered those games, its back to work with new keywords and concepts being introduced in every section. There is no documentation that explains; "Why you want to program..." or "How to think of ideas" You know why you want to program and you don't need to read another book that suggests that you watch Japanese cartoons. Progressing through the chapters means progressing through sorts, statistics, file storage, database, and object-oriented design, but each chapter ends with two new games, and interesting enough, all those little topics, seem too also play a role in those games. There is a little bit of algebra and a small doze of calculus, but these concepts can also be skipped without a problem. There is a tinny taste of primitive 3D programming, but the book is action packed 2D. Finally, as you work through the last set of game classes you are inspired to do one of two things. One, design a few new games using those classes. Or two, to design your own set of classes and use those to create whatever you'd like. The appendix also includes additional information on Windows Forms, Algorithms...
Waren diese Rezensionen hilfreich?   Wir wollen von Ihnen hören.

Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Lieblingslisten


Ähnliche Artikel finden


Ihr Kommentar


Datenschutzerklärung von Amazon.de Versandbedingungen von Amazon.de Umtausch- & Rücknahme bei Amazon.de