Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 329 Bytes

File metadata and controls

17 lines (13 loc) · 329 Bytes

🏴‍☠️ Pirate Game (Java)

Turn-based pirate board game developed in Java using object-oriented programming.

Features

  • Movement system with dice
  • Health system (hearts)
  • Special tiles (weapons, traps, healing)
  • Victory conditions

Concepts

  • Inheritance
  • Polymorphism
  • Encapsulation

Technologies

  • Java