

Learning C# by Programming Games - Egges, Arjan
- Format: Relié
- 468 pages Voir le descriptif
Vous en avez un à vendre ?
Vendez-le-vôtreNos autres offres
-
44,61 €
Produit Neuf
Ou 11,15 € /mois
- Livraison à 0,01 €
- Livré entre le 5 et le 8 août
-
70,64 €
Occasion · Comme Neuf
Ou 17,66 € /mois
- Livraison : 25,00 €
- Protection acheteurs :
- 0,00 €
Service client à l'écoute et une politique de retour sans tracas - Livraison des USA en 3 a 4 semaines (2 mois si circonstances exceptionnelles) - La plupart de nos titres sont en anglais, sauf indication contraire. N'hésitez pas à nous envoyer un e-... Voir plus
- Payez directement sur Rakuten (CB, PayPal, 4xCB...)
- Récupérez le produit directement chez le vendeur
- Rakuten vous rembourse en cas de problème
Gratuit et sans engagement
Félicitations !
Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !
TROUVER UN MAGASIN
Retour

Avis sur Learning C# By Programming Games Format Relié - Livre Informatique
0 avis sur Learning C# By Programming Games Format Relié - Livre Informatique
Donnez votre avis et cumulez 5
Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.
-
Fourth Wing
Neuf dès 29,30 €
Occasion dès 12,31 €
-
Isamu Noguchi: Space Of Akari And Stone
Occasion dès 30,00 €
-
A Cheval Ma Mie. 400 Croquis Légendés Sur La Pratique De L'équitation
1 avis
Occasion dès 20,00 €
-
Wealth Of Nations
Neuf dès 36,80 €
Occasion dès 16,99 €
-
The Encyclopedia Of Witchcraft And Demonology
Occasion dès 29,00 €
-
The Vocabulary Guide - Les Mots Anglais Et Leur Emploi
Neuf dès 20,50 €
Occasion dès 27,00 €
-
Becoming Disfarmer
Occasion dès 23,00 €
-
Concise Oxford English Dictionary 12th Ed
20 avis
Neuf dès 29,97 €
Occasion dès 23,00 €
-
Indian Villages Of The Southwest
Occasion dès 20,00 €
-
Grecs En Occident De L'age Mycénien À La Fin L'héllenisme
Occasion dès 25,00 €
-
Fun For Flyers Student's Book + Home Fun Booklet - Pack En 2 Volumes
Neuf dès 23,87 €
Occasion dès 37,89 €
-
Libres D'obéir - Le Management, Du Nazisme À Aujourd'hui
28 avis
Neuf dès 17,00 €
Occasion dès 15,40 €
-
Grammaire Synthétique Anglais B2-C1
3 avis
Neuf dès 18,50 €
-
Chamäleon : La Grammaire Allemande Sur Le Bout De La Langue - 137 Rappels, 323 Exercices Et Corrigés
1 avis
Neuf dès 22,40 €
-
Lexique Bilingue De La Mode Français-Anglais Et Anglais-Français
1 avis
Occasion dès 20,00 €
-
Studio 21 Grundstufe A1 Gesamtband: Das Deutschbuch Mit Dvd-Rom
1 avis
Occasion dès 10,53 €
-
Le Mot & L'idée Anglais 2 - Vocabulaire Thématique
7 avis
Neuf dès 18,00 €
-
The Culture Map
4 avis
Occasion dès 12,66 €
-
Tasmania
Neuf dès 24,00 €
Occasion dès 22,80 €
-
The Brand Gap
Neuf dès 37,90 €
Occasion dès 28,42 €
Produits similaires
Présentation Learning C# By Programming Games Format Relié
- Livre InformatiqueAuteur(s) : Egges, Arjan - Overmars, Mark H. - Fokker, Jeroen D.Editeur : Springer BerlinLangue : AnglaisParution : 01/06/2013Format : Moyen, de 350g à 1kgNombre de pages : 468Expédition :...
Résumé :
Developing computer games is a perfect way to learn how to program in modern programming languages. This book teaches how to program in C# through the creation of computer games ? and without requiring any previous programming experience. Contrary to most programming books, Egges, Fokker and Overmars do not organize the presentation according to programming language constructs, but instead use the structure and elements of computer games as a framework. For instance, there are chapters on dealing with player input, game objects, game worlds, game states, levels, animation, physics, and intelligence. The reader will be guided through the development of four games showing the various aspects of game development. Starting with a simple shooting game, the authors move on to puzzle games consisting of multiple levels, and conclude the book by developing a full-fledged platform game with animation, game physics, and intelligent enemies. They show a number of commonly used techniques in games, such as drawing layers of sprites, rotating, scaling and animating sprites, showing a heads-up display, dealing with physics, handling interaction between game objects, and creating pleasing visual effects such as snow or glitter. At the same time, they provide a thorough introduction to C# and object-oriented programming, introducing step by step important aspects of programming in general, including many programming constructs and idioms, syntax diagrams, collections, and exception handling.The book is also designed to be used as a basis for a game-oriented programming course. For each part, there are concluding exercises and challenges, which are generally more complex programming endeavors. Lots of supplementary materials for organizing such a course are available on the accompanying web site http://www.csharpprogramminggames.com, including installation instructions, solutions to the exercises, software installation instructions, game sprites and sounds.
Biographie: Arjan Egges is an associate professor in the Games and Virtual Worlds group in the Department of Information and Computing Sciences at Utrecht University in the Netherlands. Heading the Motion Capture Lab there, his current research focuses on the integration of motion capture animation into navigation and object manipulation tasks. He regularly teaches various courses related to games and computer animation, and recently designed the new introductory programming course for the university's new Game Technology bachelor program, using C# as the language of choice. Jeroen Fokker is an assistant professor in the Software Technology group at Utrecht University. As the director of education, he is responsible for the undergraduate programs in Computer Science and Information Science. He has been teaching introductory programming courses for over 20 years, using C++, Haskell, Java, and C#, as well as courses on compiler construction.
Sommaire:
Part I Getting Started.- Building Your First Game Application.- Programming.- Game Programming Basics.- Creating a Game World.- Part II Creating Colorful Games.- Knowing what the Player is Doing.- Reacting to Player Input.- Basic Game Objects.- Adding Interaction.- A Limited Number of Lives.- Organizing Game Objects.- Finishing the Game.- Part III Structures and Patterns.- Collections of Game Objects.- Fullscreen Games.- Game Objects in a Structure.- Redesigning the Game World.- Gameplay Programming.- Game States.- Finishing the Game.- Part IV Making Your Games Appealing.- Sprite Sheets.- Menus and Settings.- Game State Management.- Loading Levels from Files.- Pairing the Penguins.- Finishing the Game.- Part V Animation and Complexity.- Creating the Main Game Structure.- Animation.- Game Physics.- Intelligent Enemies.- Adding Player Interaction.- Finishing the Game.
Détails de conformité du produit
Personne responsable dans l'UE