An open API service indexing awesome lists of open source software.

https://github.com/dominikwilkowski/battleship

The battleship game for your ANSI shell
https://github.com/dominikwilkowski/battleship

battleship cli cli-game game

Last synced: 8 months ago
JSON representation

The battleship game for your ANSI shell

Awesome Lists containing this project

README

          

# Battleship

> The battleship game for your ANSI shell

Battleship screenshot

## How to play

In your ANSI shell run:

```sh
cargo install battleship
```

Once installed you can play the game by running:
```sh
battleship
```

## How to contribute

Make sure you run `cargo fmt` before submitting a PR.