Librería Portfolio Librería Portfolio

Búsqueda avanzada

TIENE EN SU CESTA DE LA COMPRA

0 productos

en total 0,00 €

BEGINNING GAME PROGRAMMING 4E
Título:
BEGINNING GAME PROGRAMMING 4E
Subtítulo:
Autor:
HARBOUR, J
Editorial:
CENGAGE
Año de edición:
2015
Materia
PROGRAMACION DE JUEGOS
ISBN:
978-1-305-25895-2
Páginas:
330
32,50 €

 

Sinopsis

This completely updated fourth edition of the popular BEGINNING GAME PROGRAMMING will introduce you to the fascinating world of game programming for Windows using Visual Studio 2013 and DirectX. The book requires only a basic understanding of the C++ language and provides a solid introduction to DirectX programming. You'll learn the basics of making sprite-based games without getting bogged down in complex 3D rendering. The instruction is step-by-step, building as you go. Even if you're new to the subject, you will be able to follow along, learning how to take your game ideas from concept to reality using today's standard professional game-creation tools. At the end of the book, you will put your new skills to use creating your own complete, fully functional game. Get started in game programming today, with BEGINNING GAME PROGRAMMING, FOURTH EDITION.


Introduces readers to the industry-standard tools for game creation.
Step-by-step instruction leads readers into the world of game programming.
Includes a complete game project at the end of the book.



Table of Contents
PART I. INTRODUCTION TO WINDOWS AND DIRECTX.
1. Getting Started with the Windows SDK.
2. Listening To Windows Messages.
3. Initializing Direct3D.
PART II. THE GAME PROGRAMMING TOOLBOX.
4. Drawing Textures.
5. Drawing with Direct2D.
6. Getting User Input.
7. Drawing and Animating Sprites.
8. Transforming Sprites.
9. Detecting Sprite Collisions.
10. Printing Text.
11. Scrolling the Background.
12. Playing Audio.
13. Rendering 3D Models.
PART III. GAME PROJECT.
14. Creating the Anti-Virus Game.
PART IV: APPENDICES.
Appendix A. Configuring Visual C++ 2012.
Appendix B. Resources for Further Study