diff options
author | pawel <pawel@FreeBSD.org> | 2012-10-04 03:51:47 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-10-04 03:51:47 +0800 |
commit | 213c11a5eecb0f277984bde162d1b85bcfb52796 (patch) | |
tree | 4281b49c98c699f084887d8c8ff18cb4ef6d7dbc /games/Makefile | |
parent | d137b70647c30aece111bf05aed3522d528db26e (diff) | |
download | freebsd-ports-gnome-213c11a5eecb0f277984bde162d1b85bcfb52796.tar.gz freebsd-ports-gnome-213c11a5eecb0f277984bde162d1b85bcfb52796.tar.zst freebsd-ports-gnome-213c11a5eecb0f277984bde162d1b85bcfb52796.zip |
NetWalk is a puzzle game where the object is to connect every terminal to the
main server. (These are represented by coloured boxes, so you could
also imagine them to be water mains, electricity cables, phone lines, etc.)
In this version, not only must every terminal be connected, but every piece of
cable must also be connected to the main server somehow.
WWW: https://code.google.com/p/netwalk/
WWW: https://github.com/blynn/netwalk
PR: ports/172173
Submitted by: nemysis <nemysis@gmx.ch>
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 a5a44bfb15c3..eb5ec15229eb 100644 --- a/games/Makefile +++ b/games/Makefile @@ -595,6 +595,7 @@ SUBDIR += netris SUBDIR += netspades SUBDIR += nettoe + SUBDIR += netwalk SUBDIR += neverball SUBDIR += newvox SUBDIR += nextgo |