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

..03-May-2022-

data/H03-May-2022-387319

extra/H03-May-2022-456382

src/H03-May-2022-5,8703,661

AUTHORSH A D30-Jan-2012103 42

COPYINGH A D12-Sep-201034.3 KiB675553

ChangeLogH A D19-Mar-20123.8 KiB120103

INSTALLH A D19-Mar-2012620 3021

Makefile.amH A D15-Mar-20121.3 KiB3025

Makefile.inH A D19-Mar-201224 KiB737649

NEWSH A D05-May-201012 21

PipeWalker.nsiH A D19-Mar-20123.1 KiB10087

PipeWalker.slnH A D27-Feb-20121.2 KiB2725

PipeWalker.vcxprojH A D19-Mar-201210.7 KiB196196

READMEH A D15-Mar-20121.1 KiB3325

aclocal.m4H A D19-Mar-201233.8 KiB952857

configureH A D19-Mar-2012182.5 KiB6,4755,338

configure.inH A D19-Mar-20122.1 KiB7968

depcompH A D12-Sep-201018.2 KiB631407

install-shH A D12-Sep-201013.3 KiB521344

missingH A D12-Sep-201011.2 KiB377281

README

1PipeWalker game
2***************
3
4This is a puzzle game in which you need to combine the components into
5a single circuit: connect all computers to a network server, bring water
6to the taps, etc.
7
81. Supported command line parameters.
9   -help:    help
10   -version: show information about version
11   -id:      start level with specified id (number from 1 to 99999999)
12   -wrap:    set wrap mode (0: disable, 1: enable (default))
13   -size:    set level map size (small, normal (default), big or extra)
14
15   Usage example:
16      pipewalker -id=1234 -wrap=0 -size=big
17
182. Themes support.
19   The game supports various themes. Themes are stored as a set of textures
20   in PNG file. To add a new theme - copy the PNG file to the application
21   data directory:
22     Linux/Unix - usually /usr/local/share/pipewalker
23     MS Windows - C:\Program Files\PipeWalker\data
24   The theme name is the name of the PNG file.
25
26
27If you have any suggestions or ideas - please, contact me via e-mail
28or post your message to SourceForge discussion board.
29
30Best regards,
31Artem Senichev <artemsen@gmail.com>
32               http://pipewalker.sourceforge.net
33