clashoflegends / counselor

Automatically exported from code.google.com/p/counselor
2 stars 2 forks source link

CombatSimulatorFX. #49

Closed cladwen closed 1 year ago

cladwen commented 1 year ago

New combat simulator user interface developed with JavaFX. This feature is activated by the BattleSimFX=1 property in the properties.config file. This feature is not finished, the following items are under development:

Provisionally, the combat is launched from the "Edit" menu. The calculation engine "BasicCombateEngine" has been implemented as an example. The final combat calculation engine must implement the ICombatEngine interface.

I'll be happy to continue developing this feature after feedback.