• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

icons/H03-May-2022-

linux/H24-Sep-2013-6048

win32/H24-Sep-2013-3427

LICENSEH A D24-Sep-201334.3 KiB675553

MakefileH A D03-May-20222 KiB8165

READMEH A D24-Sep-20131.2 KiB4228

colour.cH A D24-Sep-20132.1 KiB7041

colour.hH A D24-Sep-20131.3 KiB5934

config.cH A D24-Sep-20131.8 KiB13092

config.hH A D24-Sep-2013305 1914

copyrightH A D24-Sep-20132.5 KiB5543

export-to-gitH A D24-Sep-20131.7 KiB9677

game.cH A D24-Sep-20135.3 KiB281205

game.hH A D24-Sep-20131.4 KiB5725

main.cH A D03-May-202235.6 KiB1,7611,414

util.hH A D24-Sep-2013221 1511

widget.cH A D24-Sep-20134 KiB176131

widget.hH A D24-Sep-20132.1 KiB6538

README

1README for NetWalk v0.4.10
2Ben Lynn
3
4INTRODUCTION
5
6NetWalk is a puzzle game where the object is to connect every terminal to the
7main server. (These are represented by coloured boxes, so you could
8also imagine them to be water mains, electricity cables, phone lines, etc.)
9
10In this version, not only must every terminal be connected, but every piece of
11cable must also be connected to the main server somehow.
12
13USAGE
14
15Click on a square to rotate its contents. A left click performs an
16anticlockwise rotation and a right click performs a clockwise rotation.
17A middle click marks a square which has no effect on gameplay but may
18be useful. For example, one could mark cells that are known to have the
19correct orientation.
20
21Keys:
22
23F2  Start a new game.
24ESC Quit.
25q   Quit.
26d   Edit name for high scores.
27
28Edit the ".netwalk/config" file to configure the game.
29
30COMPILATION
31
32Type "make" to compile.
33
34LICENSE
35
36This project is released under the GNU Public License. See the "LICENSE" file
37for details.
38
39The font Bitstream Vera is included. I copied "Vera.ttf" from a
40Debian GNU/Linux distribution along with its accompanying copyright notice.
41The copyright notice is the file named "copyright".
42