- Red Blob Games 从业多年的老司机,深入浅出讲解常用游戏逻辑编程算法。
- Amit’s Game Programming Information 收集了各种游戏编程算法
- Game Design & Development Tutorials 各种游戏编程的教程
- Advances in Real-Time Rendering in 3D Graphics and Games 专门收集每年的 Siggraph courses
- Godot GUI Godot游戏引擎提供的GUI库,C++实现。
- Godot Editor Godot游戏引擎编辑器,采用引擎本身提供的GUI库实现的编辑器
- The Implementation of Rewind in Braid 《时空幻境》中时光倒流的实现方案
- Padrões de Projeto em Games – Memento 时光倒流设计模式,还有相应的游戏示例
- handmade 真正的从零开始写游戏,从C语言到引擎到完整的游戏。
- Game Art Tricks 游戏开发中的各种技巧,比如D2里面纯2D实现的3D透视效果。还有对应的中文翻译版