2 Commits
Author SHA1 Message Date
Reza 31ddda225b complete 2026-05-10 22:55:52 +03:30
Reza 5a412956ce complete 2026-05-10 22:50:56 +03:30
-2
View File
@@ -1,4 +1,3 @@
```markdown
# Java Knight ⚔️ A Turn-Based Roguelike RPG # Java Knight ⚔️ A Turn-Based Roguelike RPG
A text-based role-playing game developed in Java, focusing on **Object-Oriented Programming** principles. A text-based role-playing game developed in Java, focusing on **Object-Oriented Programming** principles.
@@ -128,4 +127,3 @@ The game uses **ANSI escape codes** for colorful messages:
- Three distinct character classes with unique abilities - Three distinct character classes with unique abilities
- Advanced combat mechanics (armor breaking, enemy resurrection, lifesteal, stun) - Advanced combat mechanics (armor breaking, enemy resurrection, lifesteal, stun)
- Full turn-based game loop with enemy spawn, key collection, and final boss - Full turn-based game loop with enemy spawn, key collection, and final boss
```