Skip to content

h4tr3d/fairseabattle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FairSeaBattle

The FairSeaBattle -- sink the computer's fleet.

You can get FairSeaBattle here:

Last official sources:

Russian announce:

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-qt5
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

[googlecode] Sea Battle game, based on AI only

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.7%
  • QMake 5.4%
  • Makefile 1.4%
  • Shell 0.5%