Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mariuz/fairseabattle

FairSeaBattle is Qt-based battleship type game you might have played before.
https://github.com/mariuz/fairseabattle

Last synced: about 2 months ago
JSON representation

FairSeaBattle is Qt-based battleship type game you might have played before.

Awesome Lists containing this project

README

        

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 .

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
[email protected]