The Jack Flowers trailer 1 video

Hi

I’ve uploaded a gameplay video of Jack Flowers.

So here’s the link at YouTube : http://www.youtube.com/watch?v=AlsH_AH7CDs

Or on my game dev blog : http://javapause.com/blogs/jackflowers/blog,Jack-Flowers-trailer-1,9.html

Any comments welcome !

Lilian :slight_smile:

The graphics are really good! And the way the view moves is nice. Really lively looking colours.

Without playing it, I don’t think it would hurt if you sped up the game play, or made more things happen at once, like have more bees, and let Jack duck, sprint, (maybe roll?) etc. But as a kid’s game I think the way it is would be perfect.

Thanks for the nice words !

I’ve tested the game with non-harcore gamers, and difficulty is already high for them… I even had to lower it a bit by allowing two contacts before dying.
So I guess most people here will find the game too easy, while the vast majority of casual gamers will find it more balanced :slight_smile:

Lilian :slight_smile:

Gameplay is just fine for the target audience, but you might want to spice it up a little with stuff like grass and a bit of a nice horizon. It isn’t that hard to implement, and will sell it better.

You have fullblown-animation, so other stuff should get their share of polygons too.


if(game.getFPS() > 50)
{
   game.addGrass();
}