raxmatov / fairseabattle

Automatically exported from code.google.com/p/fairseabattle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FairSeaBattle
-------------

The FairSeaBattle -- sink the computer's fleet.

You can get FairSeaBattle here:
http://fairseabattle.googlecode.com/

Licensing
---------

FairSeaBattle is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

FairSeaBattle is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with FairSeaBattle.  If not, see <http://www.gnu.org/licenses/>.

Building
--------

Before building, you will need to have the Qt4 library installed
on your system (http://www.trolltech.com/).

Build:

$ qmake # or qmake-qt4
$ make  # or mingw32-make or nmake or other

Test it:

$ ./fairseabattle

Install:

$ sudo cp ./fairseabattle /usr/local/bin/fairseabattle

or same
$ sudo make install

you can specify root dir of installation
if you want to prepare package or just
have reasons to do this
$ sudo make INSTALL_ROOT=/opt install

Enjoy!

Alexey Michurin
a.michurin@gmail.com

About

Automatically exported from code.google.com/p/fairseabattle

License:GNU General Public License v3.0


Languages

Language:C++ 92.5%Language:QMake 5.5%Language:Makefile 1.5%Language:Shell 0.5%