Skip to content

A Java-Clone of the game "Battleships"

License

Notifications You must be signed in to change notification settings

LukasPietzschmann/Battleships

Repository files navigation

Battleships

A clone of the game Battleships in Java by:

This game was implemented as part of a lecture at Aalen University within four months.
Partly the code is still a bit rough around it's edges, but most things work just fine.

Features

The game supports:

  • Two players on the same machine
  • Two players on two different machines over the network

A player can either be a regular Human Player or the AI. Therefore the game includes a Singleplayer (Human vs. AI), as well as a Multiplayer (Human vs. 'Network').
Also it's possible to save and later load the state of a game.

Starting the Game

Running the game requires a proper Install of Java 8 or higher. Then the Game can be easily launched by double clicking the Battleships.jar.
Alternatively you can run the command: $ java -jar path/to/Battleships.jar

About

A Java-Clone of the game "Battleships"

Topics

Resources

License

Stars

Watchers

Forks

Languages