playMaker

Author Topic: Bounce n Rescue - Need Feedback..  (Read 5050 times)

cloud03

  • Full Member
  • ***
  • Posts: 249
  • Viva Playmaker!
    • Milkish Game Studios Blog
Bounce n Rescue - Need Feedback..
« on: October 27, 2014, 11:03:13 PM »
[UPDATED TO 0.2, for LOG see post below]:
Hi ya guys all, finally I've finished my first game using Unity and playmaker, and I'd like to get feedback, it is a remake of the old school games called "Bouncing Babies", a game I used to play when I was a little...

here is the link:

http://www.romifauzi.com/bnr/bounceRescue.html

To Move the fireman use Left and Right Arrow Keys, and save as many of the victims as possible, by bouncing them to the ambulance, every 20 sec the level will gets harder...

Thanks a lot for helping with testing the game, any feedback are pretty much appreciated...
« Last Edit: November 02, 2014, 09:29:38 AM by cloud03 »

Cubik

  • Playmaker Newbie
  • *
  • Posts: 2
Re: Bounce n Rescue - Need Feedback..
« Reply #1 on: October 29, 2014, 11:13:25 AM »
Hi, played your game for a while and I have some feedback for you:

1. There seems to a delay in the controls, is this intentional? If you try to move really quickly from one side of the screen to the other the game missed inputs if you are pressing the arrow keys really quickly.

2. Hadn't heard of the Bouncing Babies game before so I looked it up. One thing it seems to do is having babies jumping from the building at almost the same time so you have to juggle two of them at the same at once. This might be a good addition.
You can see this happening in this youtube clip of the game:
http://youtu.be/Uo75r2yDZ-A?t=1m12s

3. Maybe display the current level in the HUD?

4. You might also want to take a look at the game and watch game Fire for more ideas on how to design additional waves:
http://youtu.be/Uo75r2yDZ-A?t=1m3s

I felt that the game got a bit repetitive and I think that it is mainly the patterns that is a bit too similar.

I hope that you will update this game, seems promising!

cloud03

  • Full Member
  • ***
  • Posts: 249
  • Viva Playmaker!
    • Milkish Game Studios Blog
Re: Bounce n Rescue - Need Feedback..
« Reply #2 on: October 29, 2014, 07:58:37 PM »
Hi, played your game for a while and I have some feedback for you:

1. There seems to a delay in the controls, is this intentional? If you try to move really quickly from one side of the screen to the other the game missed inputs if you are pressing the arrow keys really quickly.

2. Hadn't heard of the Bouncing Babies game before so I looked it up. One thing it seems to do is having babies jumping from the building at almost the same time so you have to juggle two of them at the same at once. This might be a good addition.
You can see this happening in this youtube clip of the game:
http://youtu.be/Uo75r2yDZ-A?t=1m12s

3. Maybe display the current level in the HUD?

4. You might also want to take a look at the game and watch game Fire for more ideas on how to design additional waves:
http://youtu.be/Uo75r2yDZ-A?t=1m3s

I felt that the game got a bit repetitive and I think that it is mainly the patterns that is a bit too similar.

I hope that you will update this game, seems promising!

Hi, thanks a lot for the feedback, really appreciated it...

1.Now that you mention it, I gave it a try, and perhaps cause I'm using get axis, so the float value returned from the action doesn't always equal 1. Thanks for spotting this, on the android this is not an issue, cause it is handled differently, and my plan was to release on android, but nonetheless I'm gonna fix this also for the web version..

2.Yup I agree, and I'm also planning to do this, and add another object that should be avoided or it will subtract the lives

3.I agree, I will implement that.

4.I'm not quite sure with what you meant with game Fire, are you referring to another game? the link you posted it is the same one on point 2.

Thanks a lot for the feedback again, hopefully with adding waves and object to be avoided will make the gameplay more interesting, I'm gonna post the update soon...

Cheers :)

Cubik

  • Playmaker Newbie
  • *
  • Posts: 2
Re: Bounce n Rescue - Need Feedback..
« Reply #3 on: October 30, 2014, 06:51:34 AM »
1. Ok.
2. Sounds good!
3. Ok.
4. Oops, posted the wrong link here is the correct one:
http://youtu.be/NJ-mytQ-Z38?t=1m12s
This is from Fire, the old Game&Watch game is has a really excellent difficulty curve that you might want to take a look at. There should be flash versions out there if you want to try it out.

cloud03

  • Full Member
  • ***
  • Posts: 249
  • Viva Playmaker!
    • Milkish Game Studios Blog
Re: Bounce n Rescue - Need Feedback..
« Reply #4 on: November 02, 2014, 09:29:00 AM »
Updated 0.2 (link updated on the first post)
-Fixes Input Lags
-Added 2nd Waves of the victims
-Added Hazardous Object to be avoided
-Added Display Level Counter
-Added Various Sound for various event (Incoming Indicator, Losing Lives, etc)

Any feedback are really appreciated :)

cloud03

  • Full Member
  • ***
  • Posts: 249
  • Viva Playmaker!
    • Milkish Game Studios Blog
Re: Bounce n Rescue - Need Feedback..
« Reply #5 on: November 10, 2014, 08:07:32 PM »