From 6031173c5f3d22ed3cd5fc38b80ae5085f23131e Mon Sep 17 00:00:00 2001 From: survivol Date: Tue, 30 Jun 2015 18:10:39 +0800 Subject: [PATCH] Update and rename 03 2D Game to 03 2D Game.md --- 06 In Practice/03 2D Game | 17 ----------------- 06 In Practice/03 2D Game.md | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 06 In Practice/03 2D Game create mode 100644 06 In Practice/03 2D Game.md diff --git a/06 In Practice/03 2D Game b/06 In Practice/03 2D Game deleted file mode 100644 index 0c20063..0000000 --- a/06 In Practice/03 2D Game +++ /dev/null @@ -1,17 +0,0 @@ -本文作者JoeyDeVries,由Alex Zhao翻译自[http://learnopengl.com](http://learnopengl.com/#!Getting-started/Shaders) - - -## **Breakout** ## -## **Setting up** ## -## **Rendering Sprites** ## -## **Levels** ## -## **Collisions** ## -## **Ball** ## -## **Collision detection** ## -## **Collision resolution** ## -## **Particles** ## -## **Postprocessing** ## -## **Powerups** ## -## **Audio** ## -## **Render text** ## -## **Final thoughts** ## diff --git a/06 In Practice/03 2D Game.md b/06 In Practice/03 2D Game.md new file mode 100644 index 0000000..e686f1a --- /dev/null +++ b/06 In Practice/03 2D Game.md @@ -0,0 +1,17 @@ +本文作者JoeyDeVries,由Alex Zhao翻译自[http://learnopengl.com](http://learnopengl.com/#!Getting-started/Shaders) + + +01 《打砖块》 +02 框架设计 +03 精灵渲染 +04 关卡 +05 碰撞 + 01 球 + 02 碰撞检测 + 03 碰撞解析度 +06 粒子系统 +07 存档 +08 升级 +09 音频 +10 文本渲染 +11 最终幻想