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
- Host: GitHub
- URL: https://github.com/dominikwilkowski/battleship
- Owner: dominikwilkowski
- License: gpl-3.0
- Created: 2021-11-27T00:37:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-18T23:42:48.000Z (over 4 years ago)
- Last Synced: 2025-10-15T16:45:08.763Z (8 months ago)
- Topics: battleship, cli, cli-game, game
- Language: Rust
- Homepage: https://crates.io/crates/battleship
- Size: 465 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Battleship
> The battleship game for your ANSI shell

## 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.