-
This is a desktop Battleship application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
-
One can play the classic Battleship game against the computer on this app.
-
This application is designed for people who want to play Battleship but prefer to use the command-line or are otherwise unable to operate a GUI.
-
This project is written in an OOP style.
-
This project supports Build Automation using Gradle and Continuous Integration using Travis CI.
-
Acknowledgements
-
This application is a fork of addressbook-level4 by the se-edu team.