A game of ships implemented in the client-server structure
- Java
- Java Swing
- 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.
To run the applications you must:
- Clone the server repository: https://github.com/SzymonT99/battleship-server.git
- Run Spring Boot on the server.