Skip to content

Stonos/erp-prize-pool-generator

Repository files navigation

CI

ERP3 Prize Pool Generator

This is the tool (made with Kotlin/JS) that was used to generate the prize pool in the credits video for MightyTeapot's Elitist Raiding Party (ERP) 3 tournament.

Preview

You can see it in action in the credits video around 3:33:

ERP3 credits video

How it works

The tool uses the Guild Wars 2 API in order to grab the name, icon, and price of all the items that were donated. The list of donations is simply supplied through a <textarea>.

Running

To run, just execute the following:

gradlew run

Your browser should automatically open. If you pass the --continuous flag, then code changes will automatically be compiled and after that the page will be refreshed.

Building

To build a version for distribution, execute the following:

gradlew browserProductionWebpack

The build will be placed in ./build/distributions.