Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 458 Bytes

File metadata and controls

4 lines (3 loc) · 458 Bytes

TBC_cat_sim

Full rotation simulator for feral DPS in WoW TBC Classic.

The file tbc_cat_sim.py contains all of the inner workings of the sim, including how character resources and actions are modeled, how attack tables are executed, and the simulation rotation logic. The file main.py contains the GUI used for the web application. The first file is well documented as it is the important part of the sim, and the second file is a bit of a mess currently.