Slime Volley is a game inspired by the Java games of the same name (in the style of Blobby Volley).
It is a photo-realistic volleyball simulation : You control a semi-circular blob on which the ball bounces.
A this time, the stable 2.4 version allows from 2 to 6 players, with any combination of local, remote and AI players.
This game is programmed in C with the Simple DirectMedia Library (SDL) libraries, and is available under GPLv3.
So it is free (as in beer) and free (as in speech).
Slime Volley is developed under Linux et Mac OS X, and also works under Windows.
level folder:
background.png contains the background for the match
ball.png is the sprite for the ball
arrow.png is the one for the arrow when the ball is above the screen
police.ttf is the font to be used
theme.txt is a text file that contains informations about the theme:
the text color to be used for game (as R G B format, for instance "0x00 0x00 0x00")
the text size to use for fps and score
the text size to use for score dialog
slimes folder:
contains AIs and players skins. It must contains 4 AI skins and at least 1 player skin (up to 3).
Files are named:
From slimeAI0L.png to slimeAI3L.png and from slimeAI0R.png to slimeAI3R.png for AI skins
From slime0L.png to slime2L.png and from slime0R.png to slime2R.png for player skins
eye.png is the eye to use.