From 213c11a5eecb0f277984bde162d1b85bcfb52796 Mon Sep 17 00:00:00 2001 From: pawel Date: Wed, 3 Oct 2012 19:51:47 +0000 Subject: 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 --- games/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games/Makefile') 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 -- cgit