Page 1 of 1

Marble

PostPosted: 05 Apr 2013, 14:18
by Buch
Marble is nothing more than a minigame made mostly to see in action awesome graphics by Surt (http://opengameart.org/content/puhzil and http://opengameart.org/content/plums)
Here's the repository: https://github.com/buch415/Marble

Jump as high as you can!

Image

Re: Marble

PostPosted: 05 Apr 2013, 14:37
by Evropi
Doodle Jump clone? :D I wouldn't call it an 'old style arcade' since it came out in 2009 or so, but each to their own, hehe. There's a clone of Doodle Jump on iOS that a friend of mine is hooked on but I can't remember its name. Added lots of cool features though and seriously enhanced a simple formula.

When I tried to compile on my Linux system, unfortunately, it returned the error that it couldn't find 'SDL/SDL_gfxPrimitives.h'. What do I do? I wish more Linux developers offered static builds. :(

Re: Marble

PostPosted: 05 Apr 2013, 15:22
by Buch
Yes, definitely a Doodle Jump clone :)

I guess the concept could be improved, but this was just a small project made for fun - not really difficult or time-taking. And was the first thing I thought of seeing surt graphics.

Last, I guess you should install the SDL_gfx package (libsdl-gfx1.2-dev, I think)