develop #1

Open
RezaK wants to merge 3 commits from develop into main
Showing only changes of commit 31ddda225b - Show all commits
-3
View File
@@ -1,4 +1,3 @@
```markdown
# Java Knight ⚔️ A Turn-Based Roguelike RPG
A text-based role-playing game developed in Java, focusing on **Object-Oriented Programming** principles.
@@ -64,7 +63,6 @@ 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
@@ -129,4 +127,3 @@ The game uses **ANSI escape codes** for colorful messages:
- Three distinct character classes with unique abilities
- Advanced combat mechanics (armor breaking, enemy resurrection, lifesteal, stun)
- Full turn-based game loop with enemy spawn, key collection, and final boss
```