Files
AmirAli_Amiri 957a75e11a feat: complete core gameplay mechanics and structure without bonuses
- Implement Entity interface and base Player/Enemy abstract classes
- Implement Knight with Rule of Five combat actions and mana mechanics
- Add Skeleton with resurrect capability and key-drop logic
- Setup Location graph and Main game loop for turn-based combat
- Add comprehensive project README.md
2026-06-14 15:40:17 +03:30

14 lines
532 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="MavenProjectsManager">
<option name="originalFiles">
<list>
<option value="$PROJECT_DIR$/Java-Knight/pom.xml" />
</list>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_25" project-jdk-name="homebrew-26" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>