Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

rikilele/pokemon-go-bp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokemon-go-bp

This repository contains the source code for BP calculation and related scripts.

Installation

# Confirm node version >= 10.15.0
$ node -v

# Confirm npm version >= 6.5.0
$ npm -v

# Confirm yarn version >= 1.12.3
$ yarn -v

# Clone the repository
$ git clone https://github.com/Rikilele/pokemon-go-bp.git

# Enter the created directory
$ cd pokemon-go-bp

# Install and link all dependencies
$ yarn

# Build
$ yarn build

Usage

To generate a list of Pokemon stats (IV and PL) optimized for BP

# Run optimization
$ yarn optimize

# Check results
$ cd packages/bp-cli/out

For an interactive command line tool to calculate BP for specific Pokemon

$ yarn analyze

Dev

In the top level directory

# Linking
$ yarn

# Building
$ yarn build

# Linting
$ yarn lint

About

A new way to gauge strength in Pokemon GO.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published