最新文章
AppMobi发布HTML 5开发工具XDK
03-26 11:55
jqGrid的重要选项详解
03-26 11:52
解说HTML 5 语义化
03-26 11:50
HTML/CSS一些需要注意的基础知识
03-26 11:47
分享10个web前端简单实用的jQuery代码片段
03-26 11:42
分享七大无需编程的DIY开发工具
03-26 11:33
Shooting Bubble Starter Kit (Deep Sea Theme)
Your favorite shooting bubble game is implemented in Unity 2D, and no other plugins are needed!
What You'll Learn from This Plugin
In this plugin, you will gain knowledge in the following technical aspects:
- Depth-First Search (DFS): Understand how to implement the depth-first search algorithm. This algorithm is crucial for traversing and exploring data structures, which can be applied to analyze the connections between bubbles in the game.
- 2D Array Modeling: Learn how to use a 2D array to model the bubbles in the game. A 2D array provides an efficient way to represent the game board and manage the state of each bubble, facilitating operations such as bubble placement and removal.
- Manual Collision Detection: Discover how to perform manual collision detection for small casual games. Manual collision detection gives you more control over the game's physics and can optimize performance, especially in simple game scenarios like this shooting bubble game.
- Avoiding "Shoot-Through-the-Wall" Effect: Find out how to prevent the "shoot-through-the-wall" effect. This involves implementing proper boundary checks and collision handling to ensure that the bubbles behave realistically and do not pass through walls or other obstacles.
What You Can Do with This Plugin
You can start with this plugin and add more user interfaces (UIs). By doing so, you can develop your next big casual game. I'm looking forward to your success!