/WarlockSimulatorWOTLK

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

WOTLK Warlock Simulator

Warlock DPS simulator for Classic WoW WOTLK written in React Typescript and C++ compiled into WebAssembly.

Setting up local development

Frontend

git clone https://github.com/Kristoferhh/WarlockSimulatorWOTLK.git
cd WarlockSimulatorWOTLK
npm install
npm start

Backend

Emscripten SDK to compile the C++ code into WebAssembly
Compile the C++ code by running the make command in the root directory of the project