
QNetWalk
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
QNetWalk is a free Qt-version of the NetWalk game.
You are the system administrator and your goal is to connect each computer to the central server.
Start the LAN with as few turns as possible!
13 years ago
QNetWalk 1.2 (QT4)
* Ported to Qt4
* Some fixes and optimizations
13 years ago
QNetWalk 1.2 (QT4)
* Ported to Qt4
* Some fixes and optimizations
lordanas
8 years ago
Report
xep
12 years ago
my work is only porting to qt4 with several improvements
now Andi Peredri has released original QNetWalk 1.3 wich can be downloaded from official site:
http://qt.osdn.org.ua/qnetwalk.html
I have some ideas as it would be possible to improve game process, but it is not enough of it.
If you have any ideas or suggestions, let know - I can realize them when at me will be more free time
Report
van4dium
12 years ago
i've made the italian traslation ,
if u are interesed send me a message.
Bye.
(Good work!!!)
Report
aep
13 years ago
Qt-only arise!
Report
Urban
13 years ago
In the mainwindow.h file there is
#include <QMainwindow>
instead of
#include <QMainWindow>
on line 8.
Report
xep
13 years ago
thanks a lot!
Quote:Qt/4.3.x/include/QtGui/QMainWindow
Report