diff --git a/README.md b/README.md index 38a51b0..b6ed040 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ The project strictly follows **Object-Oriented Programming** principles. | Encapsulation | All fields are private; access only via getters/setters | | Method overriding| `specialAbility()`, `attack()`, `takeDamage()` overridden in subclasses | + --- ## 🎮 How to Play