- Game Development Patterns and Best Practices
- John P. Doran Matt Casanova
- 195字
- 2021-07-02 23:43:47
Summary
In this chapter, we have demystified a lot of programming concepts in a quick refresher. We also started learning about our first design pattern, the Singleton, which is intended to allow us to always have access to a class's functions and variables due to the fact that there will only ever be one of these objects.
We discussed some of the typical downfalls of using the Singleton pattern, such as the possibility that objects could have multiple copies of them in the future, even if this is unlikely.
We learned about three different kinds of method for creating Singletons, starting off with the Singleton, then extending it and templating parts of it to create the curiously reoccurring template pattern, and then we saw a final all-static version of getting the same effect with minimal hassle.
Each of these methods has their own pros and cons, and we hope that you use them effectively, where they are relevant. Now that we've touched on the design pattern everyone is familiar with, we can move towards our next challenge: learning about how to deal with logic that is specific to each of our inpidual games.
- LabVIEW 2018 虛擬儀器程序設計
- C語言程序設計案例教程(第2版)
- JavaScript:Functional Programming for JavaScript Developers
- Visual Basic程序開發(學習筆記)
- Mastering Kotlin
- Neo4j Essentials
- Hadoop+Spark大數據分析實戰
- Data Analysis with Stata
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- Asynchronous Android Programming(Second Edition)
- PySpark Cookbook
- Unity 2018 Shaders and Effects Cookbook
- RESTful Java Web Services(Second Edition)
- Flowable流程引擎實戰
- Unity&VR游戲美術設計實戰