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

..03-May-2022-

.github/workflows/H22-Dec-2021-4140

doc/H03-May-2022-

menu/H03-May-2022-4138

pics/H03-May-2022-

sounds/H03-May-2022-

src/H22-Dec-2021-1,3591,120

translations/H22-Dec-2021-2,0892,078

.gitignoreH A D22-Dec-2021119 109

COPYINGH A D22-Dec-202117.7 KiB340281

ChangeLog.mdH A D22-Dec-20211.1 KiB4335

README.mdH A D22-Dec-20212.9 KiB9574

qnetwalk.6H A D22-Dec-2021974 4443

qnetwalk.qrcH A D22-Dec-2021881 3430

README.md

1<a href="https://repology.org/metapackage/qnetwalk"><img src="https://repology.org/badge/vertical-allrepos/qnetwalk.svg" alt="Packaging status" align="right"></a>
2
3[![CI](https://github.com/AMDmi3/qnetwalk/actions/workflows/ci.yml/badge.svg)](https://github.com/AMDmi3/qnetwalk/actions/workflows/ci.yml)
4[![Github commits (since latest release)](https://img.shields.io/github/commits-since/AMDmi3/qnetwalk/latest.svg)](https://github.com/AMDmi3/qnetwalk)
5
6# QNetWalk
7
8QNetWalk is a game for system administrators.
9
10Copyright (C) 2004-2013, Andi Peredri <andi@ukr.net>
11
12Currently maintained by [Dmitry Marakasov](https://github.com/AMDmi3) <amdmi3@amdmi3.ru>
13
14## Screenshot
15![QNetWalk screenshot](doc/screenshot.png)
16
17## Requirements
18 * CMake
19 * Qt5
20 * SDL2 >= 2.0.12
21 * SDL2_mixer
22
23## Installation
24```sh
25cmake .
26cmake --build .
27cmake --install .  # (optional)
28update-menus       # (optional)
29```
30
31## Features
32 * Built-in levels generator.
33 * Novice, Amateur, Expert, and Master skill levels.
34 * Auto saving of settings.
35 * Turn animation.
36 * Highscores.
37 * Sound support.
38 * Command line support.
39 * International languages support.
40
41## Translators
42 * Br.Portuguese:	Paulo Vitor <paulovitorls@globo.com>
43 * German:		Thomas Loeber <ifp@loeber1.de>
44 * Dutch:		Tom Scheper <scheper@gmail.com>
45 * English:	Andi Peredri <andi@ukr.net>
46 * French:		Habana <abcdelasecurite@free.fr>
47 * Italian:	Alessandro Briosi <tsdogs@briosix.org>
48 * Polish:  	Aleksander Wojdyga <awojdyga@liza.umcs.lublin.pl>
49 * Russian: Andi Peredri <andi@ukr.net>
50 * S.Chinese:	Carl_xwz <carl_xwz@163.com>
51 * Spanish: Ismael Asensio <iasefue@ribera.tel.uva.es>
52 * Turkish: Yenay Orhan <orhany45@yahoo.com>
53 * Ukrainian:	L.Marvell <l.marvell@gmail.com>
54
55## Translation
56XXX: this section needs updating
57
58 * Add new entry in the TRANSLATIONS section of the qnetwalk.pro file
59 * lupdate qnetwalk.pro
60 * linguist qnetwalk_xx.ts
61 * lrelease qnetwalk.pro
62
63## Contributors
64 * Dmitriy Poltavchenko <zen@root.ua>
65 * Yaakov Selkowitz <yselkowi@redhat.com>
66
67## Environment
68 * **USER** - default user name
69 * **BROWSER** - default browser
70
71## Ports
72 * KDE:		Thomas Nagy <tnagy2^8@yahoo.fr>
73 * NetBSD:		Ian Zagorskih <ianzag@megasignal.com>
74 * OS/2:		Salvador Parra Camacho <sparrac@gmail.com>
75 * Symbian:	Ahmad Mushtaq <ahmad.mushtaq@gmail.com>
76 * Android:	Ian Smith <captain@moonblink.info>
77
78## Sounds
79Current sounds have been taken from
80[LBreakout2](http://lgames.sourceforge.net/LBreakout2/) game.
81
82If you have some free and interesting sounds for this game, feel
83free to send pull requests.
84
85## Graphics
86 * Andi Peredri <andi@ukr.net>
87
88## License
89QNetWalk is distributed under the GNU General Public License, version 2.
90See [COPYING](COPYING) for details.
91
92## Homepage
93Official [homepage](http://qt.osdn.org.ua/qnetwalk.html) for QNetWalk is dead since 2013.
94Last [snapshot](https://web.archive.org/web/20131025174600/http://qt.osdn.org.ua/qnetwalk.html) of it is available in archive.org.
95