- HTML5 Game Development by Example:Beginner's Guide(Second Edition)
- Makzan
- 78字
- 2021-07-16 14:09:58
Beginning collision detection
We have checked the boundary of the playground when moving the ball in the previous section. Now, we can control the paddles with the keyboard and watch the ball move around the playground. What is missing now? We cannot interact with the ball. We control the paddles but the ball just passes through them as if they are not there. This is because we missed the collision detection between the paddles and the moving ball.
推薦閱讀
- Kubernetes實戰
- 數據結構和算法基礎(Java語言實現)
- Android開發精要
- iOS 9 Game Development Essentials
- 深度強化學習算法與實踐:基于PyTorch的實現
- SQL經典實例(第2版)
- D3.js By Example
- Scala for Machine Learning(Second Edition)
- Vue.js 2 Web Development Projects
- Java 9 Programming By Example
- Java 從入門到項目實踐(超值版)
- Practical Maya Programming with Python
- Java多線程并發體系實戰(微課視頻版)
- Mastering Drupal 8
- C語言程序設計實驗指導