Skip to content

michurin/fairseabattle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fair Sea Battle

The FairSeaBattle -- sink the computer's fleet.

Screenshot: Sea Battle game

You can get FairSeaBattle here: https://github.com/michurin/fairseabattle

Russian announce: https://habr.com/ru/post/80155/

Ported to Qt5 by Alexander Drozdov.

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 Qt5 library installed on your system (https://www.qt.io/).

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