
- 648 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
About this book
Get to grips with programming and game development techniques using C++ libraries and Visual Studio 2022 with this updated edition of the bestselling series.
Key Features
- Create fun games in C++, with this up-to-date guide covering the latest features of C++20 and VS2022
- Build clones of popular games such as a Timberman clone, a Pong game, a Zombie Survival Shooter, and a platform endless runner game
- Discover tips to expand your finished games by thinking critically, technically, and creatively
Book Description
Always dreamed of creating your own games? With the third edition of Beginning C++ Game Programming, you can turn that dream into reality! This beginner-friendly guide is updated and improved to include the latest features of VS 2022, SFML, and modern C++20 programming techniques. You'll get a fun introduction to game programming by building four fully playable games of increasing complexity. You'll build clones of popular games such as Timberman, Pong, a Zombie survival shooter, and an endless runner.The book starts by covering the basics of programming. You'll study key C++ topics, such as object-oriented programming (OOP) and C++ pointers and get acquainted with the Standard Template Library (STL). The book helps you learn about collision detection techniques and game physics by building a Pong game. As you build games, you'll also learn exciting game programming concepts such as vertex arrays, directional sound (spatialization), OpenGL programmable shaders, spawning objects, and much more. You'll dive deep into game mechanics and implement input handling, levelling up a character, and simple enemy AI. Finally, you'll explore game design patterns to enhance your C++ game programming skills.By the end of the book, you'll have gained the knowledge you need to build your own games with exciting features from scratch.
What you will learn
- Set up your game project in VS 2022 and explore C++ libraries such as SFML
- Build games in C++ from the ground up, including graphics, physics, and input handling
- Implement core game concepts such as game animation, game physics, collision detection, scorekeeping, and game sound
- Implement automatically spawning objects and AI to create rich and engaging experiences
- Learn advanced game development concepts, such as OpenGL shaders, texture atlases, and parallax backgrounds
- Scale and reuse your game code with modern game programming design patterns
Who this book is for
This book is perfect for you if you have no C++ programming knowledge, you need a beginner-level refresher course, or you want to learn how to build games or just use games as an engaging way to learn C++. Whether you aspire to publish a game (perhaps on Steam) or just want to impress friends with your creations, you'll find this book useful
]]>
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Preface
- Welcome to Beginning C++ Game Programming Third Edition!
- Variables, Operators, and Decisions: Animating Sprites
- C++ Strings, SFML Time: Player Input and HUD
- Loops, Arrays, Switch, Enumerations, and Functions: Implementing Game Mechanics
- Collisions, Sound, and End Conditions: Making the Game Playable
- Object-Oriented Programming โ Starting the Pong Game
- AABB Collision Detection and Physics โ Finishing the Pong Game
- SFML Views โ Starting the Zombie Shooter Game
- C++ References, Sprite Sheets, and Vertex Arrays
- Pointers, the Standard Template Library, and Texture Management
- Coding the TextureHolder Class and Building a Horde of Zombies
- Collision Detection, Pickups, and Bullets
- Layering Views and Implementing the HUD
- Sound Effects, File I/O, and Finishing the Game
- Run!
- Sound, Game Logic, Inter-Object Communication, and the Player
- Graphics, Cameras, Action
- Coding the Platforms, Player Animations, and Controls
- Building the Menu and Making It Rain
- Fireballs and Spatialization
- Parallax Backgrounds and Shaders
- Index