diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-23 16:05:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-23 16:05:46 +0800 |
commit | f415221483cb65e735e9ae052e904f04bb6d617d (patch) | |
tree | 740a0194bc479a9ba03f75628421db718fbecf18 /games/Makefile | |
parent | aa1440e7ae88b394e66520f8f366085f9af75fa1 (diff) | |
download | freebsd-ports-gnome-f415221483cb65e735e9ae052e904f04bb6d617d.tar.gz freebsd-ports-gnome-f415221483cb65e735e9ae052e904f04bb6d617d.tar.zst freebsd-ports-gnome-f415221483cb65e735e9ae052e904f04bb6d617d.zip |
vitetris is a terminal-based Tetris clone by Victor Nilsson. Gameplay is
much like the early Tetris games by Nintendo. Features include:
-Configurable keys
-Highscore table
-Two-player mode with garbage
-Network play
WWW: http://victornils.net/tetris/
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 fd29b321c4ea..0bc253d8a687 100644 --- a/games/Makefile +++ b/games/Makefile @@ -848,6 +848,7 @@ SUBDIR += vectoroids SUBDIR += vegastrike SUBDIR += vegastrike-data + SUBDIR += vitetris SUBDIR += volleyball SUBDIR += vor SUBDIR += vultures-claw |