MATCHBALL
- License
RELEASED UNDER GPL
See COPYING for more information
- Website
http://www.libsdl.de/projects/matchball
There you can view screenshots of some
older development states and fetch the sources
and precompiled binaries for different platforms.
- Gameinfo
Matchball is a little puzzle game written in C++, using the Simple DirectMedia Layer (libSDL).
You have to remove all adjacent balls with the same color and reach as many points as possible.
But beware: this game is extremely addictive !
- Requirements
For Linux:
-libsdl
-SDL_image
-SDL_ttf
-SDL_mixer
-libpng
For W32:
-libsdl,sdl_image,sdl_mixer and sdl_ttf
- libpng
-MSVCRT.DLL, MSVCRTD.DLL
(all this stuff is included in w32 binary package)
- Points
Points += ClickedOff_Balls^2
And if you clear the complete field (click off all balls),
then you will get an extra bonus.
