descriptionA puzzle game: connect all terminals to the server
homepage URLhttp://code.google.com/p/netwalk/
ownerbenlynn@gmail.com
last changeSat, 8 Jul 2017 17:22:24 +0000 (8 10:22 -0700)
content tags
add:
README
README
Ben Lynn

INTRODUCTION

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.

USAGE

Click on a square to rotate its contents. A left click performs an
anticlockwise rotation and a right click performs a clockwise rotation.
A middle click marks a square which has no effect on gameplay but may
be useful. For example, one could mark cells that are known to have the
correct orientation.

Keys:

F2  Start a new game.
ESC Quit.
q   Quit.
d   Edit name for high scores.

Edit the ".netwalk/config" file to configure the game.

COMPILATION

Type "make" to compile.

BROWSER VERSION

By the way, I rewrote this game to work in web browsers:

  http://crypto.stanford.edu/~blynn/play/netwalk

LICENSE

This project is released under the GNU Public License. See the "LICENSE" file
for details.

The font Bitstream Vera is included. I copied "Vera.ttf" from a
Debian GNU/Linux distribution along with its accompanying copyright notice.
The copyright notice is the file named "copyright".
shortlog
2017-07-08 Ben LynnFixed scoping of menu variables.master
2014-11-03 Ben LynnFixed icon filename.
2014-05-09 Ben Lynnv0.4.11
2013-09-24 Ben LynnAdded icons provided by nemysis.
2013-07-22 Ben LynnAdded Google Code git repository.
2008-05-15 Ben LynnMinor fixes.
2008-05-15 Ben LynnAdded "public" Makefile target.
2008-05-14 Ben LynnUse git for version control.
2006-11-05 Ben LynnSat Nov 4 19:26:33 PST 2006
2006-05-09 Ben LynnTue May 9 13:19:01 PDT 2006
2006-01-27 Ben LynnThu Jan 26 23:44:22 PST 2006
2005-02-07 Ben LynnSun Feb 6 22:55:16 PST 2005
2004-08-16 Ben LynnMon Aug 16 16:25:47 PDT 2004
2004-08-06 Ben LynnSun Jun 27 10:41:49 PDT 2004
2004-06-23 Ben LynnTue Jun 22 23:13:04 PDT 2004
2004-06-20 Ben LynnSat Jun 19 19:36:02 PDT 2004
...
heads
6 years ago master