Battleship Z is my terminal-based implementation of the popular Battleship game.
Simply open this project in your IDE (IntelliJ IDEA) and run it.
Go to the folder: BattleshipZ/out/artifacts/
and run a terminal.
In a terminal (that supports ASCII codes), execute: java -jar BattleshipZ.jar
.
==IMPORTANT==
Your terminal must support ASCII codes as this game utilizes them for coloured text.
It's a simple, well-known version of the Battleship game. In the console version, you need to specify which field you want to hit. For example, you can enter a4
or C2
.