Bachelor Thesis

Setup

Requirements:

  • python3
  • node and npm

Env file

Create a .env-File with the following content:

SHOWDOWN_USER_NAME="<NAME>"
SHOWDOWN_USER_PASSWORD="<PASSWORD>"

GENERATED_DATA_PATH="<PATH>/BachelorThesis/src/data/generated"
NODE_DAMAGE_CALCULATOR_PATH="<PATH>/BachelorThesis/src/pokemon/bot/damage_calculator/lib"