Classic Battleship game taken to the console interface.
This is a zero dependencies Java project under MIT license.
Java 14 JDK or above.
- Enter with your favorite terminal in the
src
folder inside the project. - Input
javac Main.java
to compile the project. - Input
java Main
to run the game.