'One Button Nut' My first game, any comments?

pcdude75

  • Posts: 2
Hiya Stencyl people,

Please enjoy my first game:
One Button Nut
Any feedback would be greatly appreciated.

It's a simple quick load/quick play game.  Use only the space bar to float up and release it to float down.  dodge the birds and see if you can make it to the finish line.

Edit:  The link changed because I clicked the wrong button during publish and created a new game entry.

« Last Edit: November 06, 2011, 03:57:30 am by pcdude75 »
I have a photographic memory...I just never figured out how to develop the film.
--> My first game One Button Nut

coleislazy

  • *
  • Posts: 2607
Not bad!

I noticed a couple minor issues:

  • The collision box for either the nut or bird seems to be a bit large. It hits even when it looks like it shouldn't.
  • The score keeps counting after you get hit, until the scene switches. It probably should stop immediately.

Overall, nice work!

pcdude75

  • Posts: 2
Thanks for the great suggestions, Coleislazy.

My scoring code exists at the scene level now.  It took me a little while to figure out exactly how to get it done, but now that I have a better grasp of it I'll try and code it to stop at death.  I also thought I might add some penalties to the scoring (i.e. every 1 second spent at the very top or bottom of the screen = -100 points).

I did change the collisions to polygons, I can play with it a bit, but I think the problem is with the bird wings I have to accommodate for the complete animation where one frame the wings exist at the top of the graphic and then a couple frames later they are on the bottom.  Perhaps there is a way to morph the collisions by frame, I'll poke around and see.

UPDATE:
I have made a few modifications that I think improve the playability. :-\

1) I tightened up the collisions a bit so a close call is now possible.
2) The scoring stops at the instant of collision.
3) The End Game page now tracks your highest score for the session.
4) Don't linger at the top or bottom for too long because you will not gain any points if you stay there.

I hope you enjoy.

« Last Edit: November 06, 2011, 03:55:14 am by pcdude75 »
I have a photographic memory...I just never figured out how to develop the film.
--> My first game One Button Nut