Skip to content

marcionicolau/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.

About

Classic battleship game

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 77.5%
  • NSIS 15.1%
  • Shell 3.8%
  • CMake 3.6%