A desktop fishing simulation game built with Java using Object-Oriented Programming (OOP) principles.
Lazy-Line is a fishing game where players can cast their lines and catch various types of fish. This project was designed to demonstrate core OOP concepts like Inheritance, Polymorphism, and Encapsulation.
- Dynamic Fish Species: Different fish types with varying rarities and weights.
- OOP Design: Clean, modular code.
- Inventory System: Track your catches.
- Real-time Interaction: Simple GUI.
- Java
- VS Code
- Git/GitHub