Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.1 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.1 KB

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.