computation engine for genshin impact damage/stat calculation and optimization
GDC provides abstraction to model in-game stats and damage, algorithms for stat/gearing optimization and a framework for character damage-per-rotation calculation.
- Clone The Repository
git clone https://github.com/ulambda/GDCalc.git
- Navagate into the directory
cd GDCalc
- Install Dependencies Using Maven
mvn install