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!