You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open the project in your preferred Java IDE (NetBeans, IntelliJ, VSCode).
Compile and run the main class (Main.java).
Follow the console prompts to simulate battles.
Installation:
Requires Java JDK 8 or higher.
No additional libraries are needed.
More Info:
The player can choose from 4 menu options during combat:
Attack – perform a standard attack on the enemy, based on a dice roll (using the character's attributes).
Defense – reduce incoming damage from the enemy's attack, based on a dice roll (using the character's attributes).
Pray – restores +50 HP for the player and cancels the enemy's attack if their dice roll results in a 6.
Skip – skip the turn without taking any action.
Roadmap:
Add more character classes and abilities.
Implement items and equipment.
Add experience points and leveling system.
Improve battle mechanics with skills and magic.
License:
This project is open source and free to use.
Feel free to review it, contribute code/ideas, or suggest improvements.
About
A unique and simple RPG battle simulator, looking forward to improving it and making it better - Feel free to review it, contribute code/ideas, or suggest improvements [JAVA]