Skip to content

rotijoe/PokeTypes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon Types Battle Calculator

A rudimentary calculator to help new players of Pokemon Go Battle Leagues.

Approach

From the basic type effectiveness charts dynamically create deep objects that store all the possible of the typing scenarios.

Tech

HTML, SCSS, Vanilla Javascript

Potential Future Work

  • Connect to Pokemon API
  • Recreate with Javascript framework