Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Different Bombs style

Discussion in 'Game Design' started by jgalvezpa12, Feb 4, 2015.

  1. jgalvezpa12

    jgalvezpa12

    Joined:
    Jan 8, 2015
    Posts:
    35
    Hello
    I'm doing a game like the AmazingBreaker, that game has some unique ways to destoy the object.
    I'm looking for other unique ways to destroy, i would really appreciated if you share your ideas.

     
  2. jgalvezpa12

    jgalvezpa12

    Joined:
    Jan 8, 2015
    Posts:
    35
  3. jgalvezpa12

    jgalvezpa12

    Joined:
    Jan 8, 2015
    Posts:
    35
  4. ostrich160

    ostrich160

    Joined:
    Feb 28, 2012
    Posts:
    679
    So, your looking to do a kind of block breaker type deal

    What you could do is have it so the player gets a certain number of bombs per turn, and they need to place them in the right places to destroy the whole object. The bombs would all have to detonate at the same time
     
  5. khanstruct

    khanstruct

    Joined:
    Feb 11, 2011
    Posts:
    2,869
    Couple quick ideas:
    1. A bomb that bounces (let's say up to 3 times) and creates a small explosion with each impact.
    2. A bomb that keeps bouncing until it falls off the bottom of the screen, but creates a large explosion if hit by another bomb (basically, you launch a bomb, then have to shoot it with another before it leaves the screen).
    3. A bomb that explodes, then drops 3 little drops of acid that burn straight down, burrowing through the target until they fall off the bottom of the screen.
     
  6. jgalvezpa12

    jgalvezpa12

    Joined:
    Jan 8, 2015
    Posts:
    35
    nice thanks for that i will implement them :D
     
    khanstruct likes this.
  7. jgalvezpa12

    jgalvezpa12

    Joined:
    Jan 8, 2015
    Posts:
    35
    looking for more bombs ideas
     
  8. jgalvezpa12

    jgalvezpa12

    Joined:
    Jan 8, 2015
    Posts:
    35
  9. khanstruct

    khanstruct

    Joined:
    Feb 11, 2011
    Posts:
    2,869
    An ice bomb that, instead of destroying the area, freezes it. Other bombs will then cut right through frozen pieces (basically shattering a path through the ice) and attach to the first unfrozen portion.