Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 389 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 389 Bytes

Battleship

A terminal implementation of the battleship game. Created as an example for the students of ReDI.

About

This project is written as an example on how to implement a simple game in Java. It highlights the use of different basic concepts. For example:

  • if / else
  • for
  • while
  • methods
  • classes / objects
  • static
  • public / private
  • input / output
  • datatypes
  • arrays