Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mariuz/fairseabattle
- Owner: mariuz
- License: gpl-3.0
- Created: 2011-08-28T17:53:26.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-28T18:23:47.000Z (over 13 years ago)
- Last Synced: 2024-05-01T13:26:00.255Z (8 months ago)
- Language: C++
- Homepage: http://code.google.com/p/fairseabattle/
- Size: 328 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
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 otherTest it:
$ ./fairseabattle
Install:
$ sudo cp ./fairseabattle /usr/local/bin/fairseabattle
or same
$ sudo make installyou can specify root dir of installation
if you want to prepare package or just
have reasons to do this
$ sudo make INSTALL_ROOT=/opt installEnjoy!
Alexey Michurin
[email protected]