Really useful for getting to know type advantages! Would be very interested in seeing how you made this one, did you use an API or existing database?
Viewing post in Pokemon Battle Trainer comments
Hey, thanks for the comment! That's exactly why it was built, been playing through the pokemon game for the first time in ages and needed to brush up on my type matchups!
This was created using https://pokeapi.co/, all data including type matchups, pokemon, and etc is updated live as the game relies fully on the api. It's implemented using Unity with a rest API in the background!