Classic battleship game. Rules
You just need to download executable for Windows, Mac or Linux.
Warning. The installer and the program doesn't work from a directory with non-ascii letters in name.
- Qt library (version 4.6+)
- Standard library of C language
- Standard library of C++ language
- All the run dependencies
- cmake
- make
- C++ compiler
$ mkdir build-dir
$ cd build-dir
$ cmake /path/to/battleship
$ make
For more build options see additional instructions.