KOBUGE-Games / minilens

Cute puzzle platformer starring a cleaning robot on post-apocalyptic Earth
http://kobuge-games.github.io/minilens
GNU General Public License v3.0
135 stars 38 forks source link

Add Bombs #4

Closed alketii closed 9 years ago

alketii commented 9 years ago

Collect a bomb, detonate it near the Radioactive Barrel with "space key", run a bit so explosion wont hit you. The bomb should wait (countdown?) 2-3 seconds before explosion.

bojidar-bg commented 9 years ago

Maybe wait turns instead of secounds?

alketii commented 9 years ago

ok, turns sounds good.

fry- commented 9 years ago

I can think about 2 different ways to make this bomb: Classic cartoon bomb: http://1.bp.blogspot.com/_YmCO-ae2yqQ/TS0D_k_g1hI/AAAAAAAAAbo/C1WkHmZnGRc/s1600/1794.jpg Modern bomb: https://hamgear.files.wordpress.com/2013/01/bomb-alarm-clock.jpg

I tend to make it like the 2nd picture and add some counter to it showing 3,2,1,... explosion. The bomb would then be placed directly in front of the barrel. What do you think?

bojidar-bg commented 9 years ago

@fry- Personally I like the cartoon one better.