kabamgamer / dd2-strategy-hub

This is the open source project of the dd2strategyhub.com webapp
MIT License
0 stars 1 forks source link

Dungeon Defenders 2 Strategy Hub

This is the open source project of the DD2 Strategy Hub webapp. It is a community driven project to provide a platform for the Dungeon Defenders 2 community to optimize their strategies and builds.

You can do some theory crafting, share your builds and strategies, and discuss them with other players. Besides the strategy hub also contains some useful tools like a reroll tracker which you can use to keep an eye out for that sweet guaranteed perfect roll and there's a little section which can be useful to keep at your hands while doing resets; it's a small and easy overview of the floors and their respective chaos tiers. This could be handy for skipping some floors if you reached the gear score for the next chaos and still have 2 or more floors left in your current chaos.

Encounter any issues of maybe you have some suggestions for us to add to the webapp? Feel free to let know at the issues page.

Enjoy!

Contributing

Feel free to contribute to this project. You can do so by forking this repository and creating a pull request. Pull requests will only be accepted if they are in line with the project's goals and guidelines. Make sure to run the linting and type-checking scripts before creating a pull request. If any of these scripts fail, your pull request will not be accepted.

Recommended versions:

Clone and Install Dependencies

git clone https://github.com/kabamgamer/dd2-strategy-hub.git
cd dd2-strategy-hub
npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check with TypeScript

npm run type-check

Lint with ESLint

npm run lint