Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 597 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 597 Bytes

BattleShip

A game of ships implemented in the client-server structure

Technologies

  • Java
  • Java Swing

Features

  • The player selects your ships on the board.
  • You can de-position the ship if necessary.
  • The game is played with AI implemented on the server.

Setup

To run the applications you must:

  1. Clone the server repository: https://github.com/SzymonT99/battleship-server.git
  2. Run Spring Boot on the server.

Presentation