Skip to content

Commit

Permalink
Merge pull request #297 from linshun/master
Browse files Browse the repository at this point in the history
Added index to parkour tutorials.
  • Loading branch information
SeanLin committed May 22, 2014
2 parents 7b73bb9 + 6214219 commit 6b9f1cb
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
40 changes: 20 additions & 20 deletions catalog/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,27 +100,27 @@
- [Let's Build a Parkour Game](../tutorial/studio/parkour-game-with-cocostudio/chapter3/en.md)
- [Keep Going](../tutorial/studio/parkour-game-with-cocostudio/chapter4/en.md)
- Pakour Game with Javascript (Cocos2d-JS v3.0)
- [Setup Development Environment](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter1/en.md)
- [Hello World Cocos2d-JS](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter2/en.md)
- [Make your First Game Scene](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter3/en.md)
- [Design and Make Main Game Scene](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter4/en.md)
- [Let Player Run Animations](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter5/en.md)
- [Add Chipmunk Physics to Our Game](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter6/en.md)
- [Explorer with TiledMap and Camera](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter7/en.md)
- [Add Coin and Obstacles](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter8/en.md)
- [Add Game Over Logic And More](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter9/en.md)
- [Add Audio Effect into Parkour Game](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter10/en.md)
- [1. Setup Development Environment](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter1/en.md)
- [2. Hello World Cocos2d-JS](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter2/en.md)
- [3. Make your First Game Scene](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter3/en.md)
- [4. Design and Make Main Game Scene](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter4/en.md)
- [5. Let Player Run Animations](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter5/en.md)
- [6. Add Chipmunk Physics to Our Game](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter6/en.md)
- [7. Explorer with TiledMap and Camera](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter7/en.md)
- [8. Add Coin and Obstacles](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter8/en.md)
- [9. Add Game Over Logic And More](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter9/en.md)
- [10. Add Audio Effect into Parkour Game](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter10/en.md)
- Pakour Game with Javascript (Cocos2d-html5 v2.2.2)
- [Setup Development Environment](../tutorial/framework/html5/parkour-game-with-javascript/chapter1/en.md)
- [Hello World Cocos2d-html5](../tutorial/framework/html5/parkour-game-with-javascript/chapter2/en.md)
- [Make your First Game Scene](../tutorial/framework/html5/parkour-game-with-javascript/chapter3/en.md)
- [Design and Make Main Game Scene](../tutorial/framework/html5/parkour-game-with-javascript/chapter4/en.md)
- [Let Player Run Animations](../tutorial/framework/html5/parkour-game-with-javascript/chapter5/en.md)
- [Add Chipmunk Physics to Our Game](../tutorial/framework/html5/parkour-game-with-javascript/chapter6/en.md)
- [Explorer with TiledMap and Camera](../tutorial/framework/html5/parkour-game-with-javascript/chapter7/en.md)
- [Add Coin and Obstacles](../tutorial/framework/html5/parkour-game-with-javascript/chapter8/en.md)
- [Add Game Over Logic And More](../tutorial/framework/html5/parkour-game-with-javascript/chapter9/en.md)
- [Add Audio Effect into Parkour Game](../tutorial/framework/html5/parkour-game-with-javascript/chapter10/en.md)
- [1. Setup Development Environment](../tutorial/framework/html5/parkour-game-with-javascript/chapter1/en.md)
- [2. Hello World Cocos2d-html5](../tutorial/framework/html5/parkour-game-with-javascript/chapter2/en.md)
- [3. Make your First Game Scene](../tutorial/framework/html5/parkour-game-with-javascript/chapter3/en.md)
- [4. Design and Make Main Game Scene](../tutorial/framework/html5/parkour-game-with-javascript/chapter4/en.md)
- [5. Let Player Run Animations](../tutorial/framework/html5/parkour-game-with-javascript/chapter5/en.md)
- [6. Add Chipmunk Physics to Our Game](../tutorial/framework/html5/parkour-game-with-javascript/chapter6/en.md)
- [7. Explorer with TiledMap and Camera](../tutorial/framework/html5/parkour-game-with-javascript/chapter7/en.md)
- [8. Add Coin and Obstacles](../tutorial/framework/html5/parkour-game-with-javascript/chapter8/en.md)
- [9. Add Game Over Logic And More](../tutorial/framework/html5/parkour-game-with-javascript/chapter9/en.md)
- [10. Add Audio Effect into Parkour Game](../tutorial/framework/html5/parkour-game-with-javascript/chapter10/en.md)
- Cocos Code IDE
- Custom runtime
Expand Down
40 changes: 20 additions & 20 deletions catalog/zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,27 +191,27 @@
- [怎样用Cocos2d-html5制作一款横版动作游戏 (2)](../tutorial/framework/html5/how-to-to-make-a-acting-game-by-cocos-html5/part2/zh.md)
- [怎样用Cocos2d-html5制作一款横版动作游戏 (3)](../tutorial/framework/html5/how-to-to-make-a-acting-game-by-cocos-html5/part3/zh.md)
- 脚本篇:用Javascript来写一个跑酷游戏(Cocos2d-JS v3.0)
- [建立Cocos2d-JS开发环境](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter1/zh.md)
- [你好Cocos2d-JS](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter2/en.md)
- [建立第一个游戏场景](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter3/en.md)
- [设计实现主场景](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter4/en.md)
- [让角色运行动画](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter5/en.md)
- [在游戏中加入Chipmunk物理引擎](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter6/en.md)
- [使用瓦片地图和相机](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter7/en.md)
- [增加金币和障碍物](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter8/en.md)
- [游戏结束逻辑](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter9/en.md)
- [添加游戏音频](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter10/en.md)
- [1. 建立Cocos2d-JS开发环境](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter1/zh.md)
- [2. 你好Cocos2d-JS](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter2/en.md)
- [3. 建立第一个游戏场景](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter3/en.md)
- [4. 设计实现主场景](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter4/en.md)
- [5. 让角色运行动画](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter5/en.md)
- [6. 在游戏中加入Chipmunk物理引擎](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter6/en.md)
- [7. 使用瓦片地图和相机](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter7/en.md)
- [8. 增加金币和障碍物](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter8/en.md)
- [9. 游戏结束逻辑](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter9/en.md)
- [10. 添加游戏音频](../tutorial/framework/html5/parkour-game-with-javascript-v3.0/chapter10/en.md)
- 脚本篇:用Javascript来写一个跑酷游戏(Cocos2d-html5 v2.2.2)
- [建立html5开发环境](../tutorial/framework/html5/parkour-game-with-javascript/chapter1/zh.md)
- [你好Cocos2d-html5](../tutorial/framework/html5/parkour-game-with-javascript/chapter2/en.md)
- [建立第一个游戏场景](../tutorial/framework/html5/parkour-game-with-javascript/chapter3/en.md)
- [设计实现主场景](../tutorial/framework/html5/parkour-game-with-javascript/chapter4/en.md)
- [让角色运行动画](../tutorial/framework/html5/parkour-game-with-javascript/chapter5/en.md)
- [在游戏中加入Chipmunk物理引擎](../tutorial/framework/html5/parkour-game-with-javascript/chapter6/en.md)
- [使用瓦片地图和相机](../tutorial/framework/html5/parkour-game-with-javascript/chapter7/en.md)
- [增加金币和障碍物](../tutorial/framework/html5/parkour-game-with-javascript/chapter8/en.md)
- [游戏结束逻辑](../tutorial/framework/html5/parkour-game-with-javascript/chapter9/en.md)
- [添加游戏音频](../tutorial/framework/html5/parkour-game-with-javascript/chapter10/en.md)
- [1. 建立html5开发环境](../tutorial/framework/html5/parkour-game-with-javascript/chapter1/zh.md)
- [2. 你好Cocos2d-html5](../tutorial/framework/html5/parkour-game-with-javascript/chapter2/en.md)
- [3. 建立第一个游戏场景](../tutorial/framework/html5/parkour-game-with-javascript/chapter3/en.md)
- [4. 设计实现主场景](../tutorial/framework/html5/parkour-game-with-javascript/chapter4/en.md)
- [5. 让角色运行动画](../tutorial/framework/html5/parkour-game-with-javascript/chapter5/en.md)
- [6. 在游戏中加入Chipmunk物理引擎](../tutorial/framework/html5/parkour-game-with-javascript/chapter6/en.md)
- [7. 使用瓦片地图和相机](../tutorial/framework/html5/parkour-game-with-javascript/chapter7/en.md)
- [8. 增加金币和障碍物](../tutorial/framework/html5/parkour-game-with-javascript/chapter8/en.md)
- [9. 游戏结束逻辑](../tutorial/framework/html5/parkour-game-with-javascript/chapter9/en.md)
- [10. 添加游戏音频](../tutorial/framework/html5/parkour-game-with-javascript/chapter10/en.md)
- 在浏览器中对Javascript代码进行调试
- 通过Cocos2d-x Javascript Binding以原生方式编译iOS和Android版

Expand Down

0 comments on commit 6b9f1cb

Please sign in to comment.