https://github.com/zer0main/battleship
Classic battleship game
https://github.com/zer0main/battleship
battleship-game gui
Last synced: 3 months ago
JSON representation
Classic battleship game
- Host: GitHub
- URL: https://github.com/zer0main/battleship
- Owner: zer0main
- License: other
- Created: 2014-12-30T18:48:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-05-21T19:17:56.000Z (about 1 year ago)
- Last Synced: 2025-12-20T14:40:28.924Z (6 months ago)
- Topics: battleship-game, gui
- Language: C++
- Size: 298 KB
- Stars: 27
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
battleship
==========
[![Build Status][build-status]][travis]
[![License][license]](LICENSE)
Classic battleship game.
[Rules][rules]
## Instruction
### Download battleship
You just need to [download][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
```bash
$ mkdir build-dir
$ cd build-dir
$ cmake /path/to/battleship
$ make
```
For more build options see [additional
instructions](build).
[download]: https://github.com/zer0main/battleship/releases/latest
[rules]: https://en.wikipedia.org/wiki/Battleship_%28game%29
[license]: https://img.shields.io/badge/License-GPL2-brightgreen.png
[travis]: https://travis-ci.org/zer0main/battleship
[build-status]: https://travis-ci.org/zer0main/battleship.png?branch=master