Mon Jun 3 15:21:17 PDT 2002
[netwalk.git] / README
blobd9f30e1dd2ba8825b38b10ef158fe028edd81368
1 README for NetWalk v0.3.1
2 Ben Lynn
4 INTRODUCTION
6 I tried a shareware Windows game called NetWalk once. I liked the idea so
7 I decided to implement my own so I could play in Linux, and customize it more.
9 NetWalk is a puzzle game where the object is to connect every terminal to the
10 main server. (These are represented by coloured boxes, so I guess you could
11 also imagine them to be water mains, electricity cables, phone lines, etc.)
13 In this version, not only must every terminal be connected, but every piece of
14 cable must also be connected to the main server somehow.
16 This project is written in SmallEiffel.
18 USAGE
20 Click on a square to rotate its contents. A left click performs an
21 anticlockwise rotation and a right click performs a clockwise rotation.
23 You can select presets, or make a custom game in the options window.
25 There is one shortcut key: F2 starts a new game.
27 Edit the "config" file to configure the game and add presets.
29 COMPILATION
31 If you have SmallEiffel installed, you can use the Makefile to compile
32 Netwalk.
34 I have also included the C code output by SmallEiffel. To compile Netwalk from
35 this, run the "netwalk.make" script. SmallEiffel is not required.
37 LICENSE
39 This project is released under the GNU Public License. See the "LICENSE" file
40 for details.