Very fun! I like how much skill is required to throw a tiny little bomb. It would be good to eventually add a hint that you can throw bombs up, since that seems to be so much of the (start of) the game.
Thanks Plaid, I'm happy you like the game!
I just added the hint you suggested in the next game version.
Stay tuned!
Also, are you limiting the framerate at all? The game was pegging one of my laptop's processor cores something awful.
Tiny Bombs make use of "wait vertical syncronitazion" vga option. So frame rate is limited to current refresh rate of the screen.
Sometimes sfml 1.6 can't enable vsync for a vga driver issue or a wrong setting.
Try to set your vga settings with included software. It should be a "vsync" option with some choices. You must select something like "Always on" or "Let the software decide" and not "Always off".
Let me know!