second test

This commit is contained in:
2009-09-02 15:26:07 +04:00
parent 1e9ae4d6bb
commit 7ecbd3764c
20 changed files with 225 additions and 29 deletions

8
AlienDefender-readme.txt Normal file
View File

@@ -0,0 +1,8 @@
hello
this is the source code of wavetrace(base part of game)
to compilling this code you must have QT4 library and gcc compiller
to make this project you cad do:
$ qmake -project
$ qmake
$ make
or open the .pro file in Qt-Creator and run aplication.