All Projects → zer0main → battleship

zer0main / battleship

Licence: other
Classic battleship game

Programming Languages

C++
36643 projects - #6 most used programming language
NSIS
403 projects
shell
77523 projects
CMake
9771 projects

Projects that are alternatives of or similar to battleship

planes
Variant of battleships game
Stars: ✭ 17 (-19.05%)
Mutual labels:  battleship-game

battleship

Build Status License

Classic battleship game. Rules

Instruction

Download battleship

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.

Run dependencies (only for Linux users)

  • Qt library (version 4.6+)
  • Standard library of C language
  • Standard library of C++ language

Simple build (for Linux and Windows)

Build dependencies
  • All the run dependencies
  • cmake
  • make
  • C++ compiler
Build instructions
$ mkdir build-dir
$ cd build-dir
$ cmake /path/to/battleship
$ make

For more build options see additional instructions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].