Skip to content

zer0main/battleship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.