Pokedex

Created ~ 2013

A pokedex created in highschool for a graphics class. I don't own most of the assets for this.

Honestly I'm impressed that I managed to build this. It has a simple search system and dynamically generates some graphics from a psuedo-database. I remember spending hours copying data for this.

Looking at the source code there are little things like:

pkmnEvolutionFamilies[0] = "1,16,2,36,3";
...
pkmnEvolutionFamilies[9] = "25,use Thunder Stone,26";

I didn't know about 2d arrays, but I could do basic string manipulation already and that was enough. I would do things way different now, but I'm so impressed with 15 year old Marcus. I didn't know css media queries exist, but wanted the poxedex to display diffently on smaller screens. I figured out how to do that with javascript instead. Great job little dude.

There's a little animation when you press the blue button. You have to turn the poxedex on after all.

Click here to expand