- Game Development Patterns and Best Practices
- John P. Doran Matt Casanova
- 174字
- 2021-07-02 23:43:42
The structure of the Mach5 engine
Throughout this book, we will be using design patterns to solve common game programming problems. The best way to do this is by example, and so we will be examining how these problems arise and implementing the solutions using the Mach5 engine, a 2D game engine designed in C++ by Matt Casanova. By looking at the entire source code for a game, we will be able to see how many of the patterns work together to create powerful and easy-to-use systems.
However, before we can pe into the patterns, we should spend a little time explaining the structure of the engine. You don't need to understand every line of source code, but it is important to understand some of the core engine components and how they are used. This way we can better understand the problems we will be facing and how the solution fits together.

While looking at the diagram, it may seem a little confusing at first, so let's examine each piece of the engine separately.
- LabVIEW 2018 虛擬儀器程序設(shè)計(jì)
- 造個(gè)小程序:與微信一起干件正經(jīng)事兒
- Mastering Ember.js
- 認(rèn)識(shí)編程:以Python語言講透編程的本質(zhì)
- INSTANT MinGW Starter
- TypeScript實(shí)戰(zhàn)指南
- Natural Language Processing with Java and LingPipe Cookbook
- Orleans:構(gòu)建高性能分布式Actor服務(wù)
- IoT Projects with Bluetooth Low Energy
- 零基礎(chǔ)學(xué)Scratch 3.0編程
- OpenCV with Python Blueprints
- Photoshop CC移動(dòng)UI設(shè)計(jì)案例教程(全彩慕課版·第2版)
- Angular Design Patterns
- Python 3快速入門與實(shí)戰(zhàn)
- Java程序設(shè)計(jì)及應(yīng)用開發(fā)