C++ Game Development Cookbook
暫譯: C++ 遊戲開發食譜
Druhin Mukherjee
- 出版商: Packt Publishing
- 出版日期: 2016-05-31
- 售價: $1,880
- 貴賓價: 9.5 折 $1,786
- 語言: 英文
- 頁數: 346
- 裝訂: Paperback
- ISBN: 1785882724
- ISBN-13: 9781785882722
-
相關分類:
C++ 程式語言
海外代購書籍(需單獨結帳)
相關主題
商品描述
Key Features
- Level up your game programming skills with insightful recipes on building games in C++
- Analyze the less commonly discussed problems with C++ applications to develop the best games
- Improve the performance of your games with the new multi-threading and networking features of C++11
Book Description
C++ is one of the preferred languages for game development as it supports a variety of coding styles that provides low-level access to the system. C++ is still used as a preferred game programming language by many as it gives game programmers control of the entire architecture, including memory patterns and usage. However, there is little information available on how to harness the advanced features of C++ to build robust games.
This book will teach you techniques to develop logic and game code using C++. The primary goal of this book is to teach you to create high-quality games using C++ game programming scripts and techniques, regardless of the library or game engine you use. It will show you how to make use of the object-oriented capabilities of C++ so you can write well-structured and powerful games of any genre. The book also explores important areas such as physics programming and audio programming, and gives you other useful tips and tricks to improve your code.
By the end of this book, you will be competent in game programming using C++, and will be able to develop your own games in C++.
What you will learn
- Explore the basics of game development to build great and effective features for your game
- Develop your first text-based game using the various concepts of object-oriented programming
- Use algorithms when developing games with various sorting and searching techniques
- Exploit data structures in a game's development for data storage
- Create your first 2D game using GDI library and sprite sheet.
- Build your first advanced 2D game of space invaders using patterns such as observer, fly-weight, abstract factory, command, state, and more
About the Author
Druhin Mukherjee is currently the co-founder and technical Director at GodSpeed Games. He has, over the years, worked with clients such as Lightning Fish Games, Chromativity, Rockstar North, Tag Games, BBC, Dynamo Games, and Codemasters.
Druhin has been balancing making games and teaching video game programming to enthusiastic students. He spent 3 years in Auckland, New Zealand as a Senior Lecturer in the Games department at Media Design School.
As a passionate games developer, Druhin has been sharing his knowledge on the Internet as blogs and websites. His recently started website for solving game development puzzles has over thousand subscribers.
Druhin has collaborated with other writers and published many journals and papers; however, this is his first official effort to write a book.
Table of Contents
- Game Development Basics
- Object-Oriented Approach and Design in Games
- Data Structures in Game Development
- Algorithms for Game Development
- Event-Driven Programming – Making Your First 2D Game
- Design Patterns for Game Development
- Organizing and Backing Up
- AI in Game Development
- Physics in Game Development
- Multithreading in Game Development
- Networking in Game Development
- Audio in Game Development
- Tips and Tricks
商品描述(中文翻譯)
**主要特點**
- 提升您的遊戲程式設計技能,透過深入的食譜學習如何使用 C++ 建立遊戲
- 分析 C++ 應用程式中較少討論的問題,以開發最佳遊戲
- 利用 C++11 的新多執行緒和網路功能來改善遊戲性能
**書籍描述**
C++ 是遊戲開發中首選的語言之一,因為它支持多種編碼風格,並提供對系統的低層次訪問。許多遊戲程式設計師仍然選擇 C++ 作為首選的遊戲程式設計語言,因為它讓程式設計師能夠控制整個架構,包括記憶體模式和使用情況。然而,關於如何利用 C++ 的高級功能來構建穩健的遊戲的信息卻很少。
本書將教您使用 C++ 開發邏輯和遊戲代碼的技術。本書的主要目標是教您使用 C++ 遊戲程式設計腳本和技術創建高品質的遊戲,無論您使用哪個庫或遊戲引擎。它將展示如何利用 C++ 的物件導向能力,讓您能夠編寫結構良好且功能強大的各類型遊戲。本書還探討了物理程式設計和音頻程式設計等重要領域,並提供其他有用的提示和技巧來改善您的代碼。
在本書結束時,您將能夠熟練使用 C++ 進行遊戲程式設計,並能夠開發自己的 C++ 遊戲。
**您將學到的內容**
- 探索遊戲開發的基本知識,以為您的遊戲構建出優秀且有效的功能
- 使用物件導向程式設計的各種概念開發您的第一個文字遊戲
- 在開發遊戲時使用各種排序和搜尋技術的演算法
- 在遊戲開發中利用資料結構進行資料存儲
- 使用 GDI 庫和精靈圖創建您的第一個 2D 遊戲
- 使用觀察者、享元、抽象工廠、命令、狀態等模式構建您的第一個進階 2D 遊戲《太空侵略者》
**關於作者**
**Druhin Mukherjee** 目前是 GodSpeed Games 的共同創辦人和技術總監。多年來,他與 Lightning Fish Games、Chromativity、Rockstar North、Tag Games、BBC、Dynamo Games 和 Codemasters 等客戶合作。
Druhin 一直在平衡遊戲開發和教授熱情學生的視頻遊戲程式設計。他在紐西蘭奧克蘭的媒體設計學院遊戲系擔任高級講師三年。
作為一名熱情的遊戲開發者,Druhin 在互聯網上分享他的知識,通過博客和網站。他最近啟動的解決遊戲開發難題的網站擁有超過一千名訂閱者。
Druhin 與其他作家合作,發表了許多期刊和論文;然而,這是他首次正式撰寫書籍的努力。
**目錄**
1. 遊戲開發基礎
2. 遊戲中的物件導向方法與設計
3. 遊戲開發中的資料結構
4. 遊戲開發的演算法
5. 事件驅動程式設計 – 創建您的第一個 2D 遊戲
6. 遊戲開發的設計模式
7. 組織與備份
8. 遊戲開發中的人工智慧
9. 遊戲開發中的物理學
10. 遊戲開發中的多執行緒
11. 遊戲開發中的網路
12. 遊戲開發中的音頻
13. 提示與技巧