Program used to calculate optimal ultimate damage of Garen from the popular game League Of Legends
The app is a pretty straightforward command line app, you just have to insert your ultimate level, the total amount of health and it will display the optimal amount of damage you can make with it. For a GUI app see also: garen_gui
TODO:
-Explain the formula of ultimate damage
-Add information about garen ultimate and reasons to use the program
-And more
Instructions to compile:
For windows use "gcc main.c -D windows"
For Linux/MacOS use "gcc main.c -D unix"
Updated as of LoL patch 11.14.
This is a fan-made app and all rights are reserved to Riot Games based in Santa Monica, California.