akien-mga / dynadungeons

Bomberman clone using Godot Engine - Not actively developed since 2015.
GNU General Public License v3.0
217 stars 37 forks source link

Some ideas of gameplay features for DynaDungeons #2

Closed ObaniGemini closed 9 years ago

ObaniGemini commented 9 years ago

The first idea would be that player have 2 or 3 lifes. I can make the textures for it. They would lose a life when got kill (Edit: now in #3).

The second idea would be that power-ups are as undestructible walls : You can take them, but fire can't go threw them (Edit: now in #4).

The third idea would be to add bonuse and maluses (Edit: now in #5). Bonuses :

Maluses :

The fourth idea would be to add destructible blocs spawning at some random places on grass. If they spawn on you, you die. (Idea taken from Bomberman64 versus mode)

akien-mga commented 9 years ago

The first idea would be that player have 2 or 3 lifes. I can make the textures for it. They would lose a life when got kill.

Yes that could be interesting. I think I'll make many things configurable through the yet-to-code-and-design GUI, so I'll make sure that one can select how many lives each player should have (it will also be useful if we make a singleplayer/RPG mode, where we don't want to be able to lose the game so easily).

The second idea would be that power-ups are as undestructible walls : You can take them, but fire can't go threw them.

Yep, that's on my mental todo-list. It's how it behaves in Bomberman. The power-ups should actually get destroyed by bombs too, i.e. behave as objects of the "Destructible" tilemap.

The third idea would be to add bonuse and maluses.

Good idea too, that's also on my todo-list :)

The fourth idea would be to add destructible blocs spawning at some random places on grass. If they spawn on you, you die. (Idea taken from Bomberman64 versus mode)

Why not, but I guess there should be some visual feedback first that tells that a block will appear soon (like a growing shadow?).

I'll open tickets for the first 3 ideas, and we can probably continue to use this thread to throw in ideas, and split them into their own tickets once they are validated :) Edit: Done :)

akien-mga commented 9 years ago

Closing as this thread was superseded by three other issues.