Skip to content

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

Notifications You must be signed in to change notification settings

frederikgoebel/Battleship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages