Skip to content

rafaberaldo/furysim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d68b4c7 · Feb 9, 2023
Jan 6, 2020
Dec 7, 2020
Dec 12, 2019
Dec 12, 2019
Dec 12, 2019
Jan 11, 2020
Jan 8, 2020
Dec 9, 2019
Jan 6, 2020
Jan 4, 2020
Dec 9, 2020
Dec 9, 2020
Jan 17, 2020
Dec 24, 2019

Repository files navigation

FurySim

FurySim is a Fury Warrior DPS Simulator for World of Warcraft Classic made in Javascript/Vuejs.

How to use

Use the website: https://furysim.github.io

Mechanics and sources

Read here: MECHANICS.md.

Related projects

  • ClassicSim: An event-driven simulation tool written in C++ for World of Warcraft Classic.
  • Aurana's Big Duck: Classic WoW Fury DPS simulator.

Thanks to Aurana's simulator for the event priority logic and a bunch of stuff.

Versioning

While it's still in beta, version will follow v0.Y.Z, where:

  • Y: Major: important addition/changes on sim
  • Z: Minor/patch: interface changes or trivial addition/changes on sim

Development

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

License

(c) 2019-2020 Rafael Beraldo. Code released under the GPL-3.0 license.