GPL
Marbles is a simple game. The objective is to take out as big groups of marbles as possible. Highscore system included. I've also programmed some simple physics to make it look like the marbles fall. If you hold the mouse over a cluster of marbles for a little while, then the potential score will show. You get bonuses if you remove eg. all the blue ones.
Install the game by doing:
./configure && make
su
./install_marbles.sh
exit
(Don't use "make install", if you did do a "make uninstall")
Start it by typing:
marbles
You'll need SDL, SDL_ttf and SDL_image in order to compile it.
It's not programmed in QT, but it works in KDE. You can also find the Windows version (installer) at the homepage.
Current record:
25960 points
- Held by a friend. Don't think anyone will beat that in a while

Ratings & Comments
5 Comments
Hi ! Now it works perfectly, but I will be great if you can correct the "make install".
I have noticed that when i Type the command marbles, i have a sdl fault. But if I go to /src and type ./marbles it works. After, the simply marbles command works :(
I know. You have to play it from the src-folder or copy the binary and the data-folder to another folder of your choosing. The "make install" part doesn't work yet. I tried for some hours to make it install the data-files, but without luck. I'll try some more, but automake doesn't like me;P.
I've made a installer-script. You can use it if you want to install the game. (You'll have to download the new version)
just add a script file (without the ".sh") to /usr/bin called marbles, and enter the command