danieldotwav / Turn-Based-Battle-Simulator

A Java program that simulates battles between armies of mythical creatures. Embrace the excitement of strategy as you command your creatures to victory in turn-based combat!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turn Based Battle Simulator

A Java program that simulates battles between armies of mythical creatures. Embrace the excitement of strategy as you command your creatures to victory in turn-based combat!

Screenshot 2023-12-27 235030

Screenshot 2023-12-27 235147

Features

Dynamic Battles: Engage in thrilling turn-based battles between two armies of mythical creatures.

Randomized Creatures: Create armies with a variety of creatures, each with unique names, types, strengths, and health.

Battle Details: Witness detailed battle sequences with creature stats, damage calculations, and round outcomes.

Winner Determination: Discover the winning army based on the total health points of remaining creatures.

** Information**

The current implementation serves as a proof-of-concept game engine, wherein the user selects the army sizes and then their armies are randomly generated and fight against one another. However, with the current tools available in the project, it is possible to design the battle system flexibly, allowing for more of an RPG-style experience.

How to Use

Run the Java program. Choose the "Battle" option from the menu. Enter the size of the armies (between 1 and 10 creatures per army). Watch as armies of mythical creatures clash in epic turn-based battles. Witness the winning army and their remaining health points. Customization:

Modify the list of creature names to expand the variety of creatures in your armies.

Adjust the minimum and maximum values for creature strength and health in the Constants class to tailor the battles to your liking.

Customize the menu, battle details, and user prompts to suit your preferences.

About

A Java program that simulates battles between armies of mythical creatures. Embrace the excitement of strategy as you command your creatures to victory in turn-based combat!


Languages

Language:Java 100.0%