diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-16 02:26:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-16 02:26:21 +0000 |
commit | 47dca63ab4b2416a937c06bc800e67c9d3b02c48 (patch) | |
tree | 90da46a0a01dcb286ff0c92a1f971734ff116819 /games/Makefile | |
parent | 07e3d7237d336c166bf6ce4a535be1573448fb77 (diff) |
New port: games/volleyball A game similar to GNU Arcade Volleyball
Volleyball is a simple sports game, starring two penguins.
Is a two player game, and follows the basic rules of actual
Volleyball. Each player hits the ball, trying to reach the
opponents field. If the ball touches the floor of the
opponents field, the player scores one point.
WWW: http://www.losersjuegos.com.ar/juegos/volleyball/volleyball.php
PR: ports/87175
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Notes
Notes:
svn path=/head/; revision=145494
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 87fa3fd58a7d..0a37e5fba390 100644 --- a/games/Makefile +++ b/games/Makefile @@ -581,6 +581,7 @@ SUBDIR += vectoroids SUBDIR += virt SUBDIR += viruskiller + SUBDIR += volleyball SUBDIR += vor SUBDIR += wanderer SUBDIR += wargus |