aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: ce0e09927bca02d610652c7c772d34f1e98dd1e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Ascii Battleship Game
A ascii battleship game built in Java that can be played in the terminal.

## Usage:

```bash
java -jar Ascii-Battleship.jar
```

## Run on Windows:

Just run the exe!

## Install on Linux:

Aur: https://aur.archlinux.org/packages/ascii-battleship

```bash
yay -S ascii-battleship
```