Skip to content

erinc00/CollapseBlast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CollapseBlast (Unity)

This repository contains the Unity project source for CollapseBlast.

About the Game

CollapseBlast is a simple 2D casual puzzle (block collapse) game. The board is filled with colored blocks. When the player taps a block, the game finds the connected group of the same color:

  • If the group size is 2 or more, the group is removed.
  • Blocks above fall down with a simple animation (gravity).
  • New blocks spawn from the top to fill empty cells.
  • Some cells can be box obstacles that take damage when a blast happens next to them.

The main goal is to keep making valid moves and clear blocks while the board updates dynamically.

Included

  • Assets/ (scripts, configs, prefabs, etc.)
  • Packages/
  • ProjectSettings/

Not included (Art removed)

  • Sprite / image files (PNG, etc.) were removed intentionally.

Because of this, after opening the project you may see missing sprites or blank visuals in the scene. Gameplay / logic code is still included.

Unity Version

  • Unity 6 (6000.2.x)

How to Open

  1. Install Unity Hub and Unity Editor 6000.2.x
  2. Unity Hub → Add → select the project folder
  3. Open the project (first import may take some time)

Restore Visuals (Optional)

If you want visuals back, add your own sprites and assign them in:

  • Assets/Configs/SpriteSet_Default.asset

Build

  • File → Build Settings
  • Select platform (Android)
  • Add the main scene to "Scenes In Build"
  • Build / Run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages