Battleships

A project using different design patterns for Object-oriented Technologies course at AGH University.

Game:

  • you can play against AI with varying difficulty levels
  • registration and logging in feature allows for tracking players ELO rating
  • you can randomize ship placement on the board

Contains:


How to run:

  • if you are using IntelliJ, it's as easy as starting the default loaded configuration battleships-run
  • if you are using other IDE, you need to import Gradle project, then run battleships-run

Go back to the top