
Marbles
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Marbles 1.0.0 (c) Espen Tveit 2006
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:)
13 years ago
1.0.0-1: Added installer script. (./install_marbles.sh)
1.0.0: First Linux release. The code is stable.
13 years ago
1.0.0-1: Added installer script. (./install_marbles.sh)
1.0.0: First Linux release. The code is stable.
Animatrix30
13 years ago
Now it works perfectly, but I will be great if you can correct the "make install".
Report
Animatrix30
13 years ago
But if I go to /src and type ./marbles it works.
After, the simply marbles command works :(
Report
espentveit
13 years ago
Report
lavacano201014
13 years ago
Report
espentveit
13 years ago
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.
Report