https://github.com/amdmi3/qnetwalk
A game for system administrators
https://github.com/amdmi3/qnetwalk
game logic-game netwalk puzzle
Last synced: about 1 year ago
JSON representation
A game for system administrators
- Host: GitHub
- URL: https://github.com/amdmi3/qnetwalk
- Owner: AMDmi3
- License: gpl-2.0
- Created: 2018-12-13T14:19:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T14:02:59.000Z (over 3 years ago)
- Last Synced: 2025-03-30T12:22:27.041Z (about 1 year ago)
- Topics: game, logic-game, netwalk, puzzle
- Language: C++
- Homepage:
- Size: 237 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: COPYING
Awesome Lists containing this project
README
[](https://github.com/AMDmi3/qnetwalk/actions/workflows/ci.yml)
[](https://github.com/AMDmi3/qnetwalk)
# QNetWalk
QNetWalk is a game for system administrators.
Copyright (C) 2004-2013, Andi Peredri
Currently maintained by [Dmitry Marakasov](https://github.com/AMDmi3)
## Screenshot

## Requirements
* CMake
* Qt6 or Qt5 (QtMultimedia for sound support)
## Installation
```sh
cmake .
cmake --build .
cmake --install . # (optional)
update-menus # (optional)
```
Build options:
- `USE_QT6` - use Qt6 (otherwise Qt5) (enabled by default)
- `ENABLE_SOUND` - enable sound effects (enabled by default)
- `ENABLE_NLS` - enable localization (enabled by default)
## Features
* Built-in levels generator.
* Novice, Amateur, Expert, and Master skill levels.
* Auto saving of settings.
* Turn animation.
* Highscores.
* Sound support.
* Command line support.
* International languages support.
## Translators
* Br.Portuguese: Paulo Vitor
* German: Thomas Loeber
* Dutch: Tom Scheper
* English: Andi Peredri
* French: Habana
* Italian: Alessandro Briosi
* Polish: Aleksander Wojdyga
* Russian: Andi Peredri
* S.Chinese: Carl_xwz
* Spanish: Ismael Asensio
* Turkish: Yenay Orhan
* Ukrainian: L.Marvell
* Bengali: SoGreatAndPowerful
## Translation
XXX: this section needs updating
* Add new entry in the TRANSLATIONS section of the qnetwalk.pro file
* lupdate qnetwalk.pro
* linguist qnetwalk_xx.ts
* lrelease qnetwalk.pro
## Contributors
* Dmitriy Poltavchenko
* Yaakov Selkowitz
## Environment
* **USER** - default user name
* **BROWSER** - default browser
## Ports
* KDE: Thomas Nagy
* NetBSD: Ian Zagorskih
* OS/2: Salvador Parra Camacho
* Symbian: Ahmad Mushtaq
* Android: Ian Smith
## Sounds
Current sounds have been taken from
[LBreakout2](http://lgames.sourceforge.net/LBreakout2/) game.
If you have some free and interesting sounds for this game, feel
free to send pull requests.
## Graphics
* Andi Peredri
## License
QNetWalk is distributed under the GNU General Public License, version 2.
See [COPYING](COPYING) for details.
## Homepage
Official [homepage](http://qt.osdn.org.ua/qnetwalk.html) for QNetWalk is dead since 2013.
Last [snapshot](https://web.archive.org/web/20131025174600/http://qt.osdn.org.ua/qnetwalk.html) of it is available in archive.org.