The Web Developer Bootcamp 2024

Colt Steele

Back to Class Page


Pokemon Buttons

Look at all of my Pokemon Buttons


All of these images are generated procedurally through JavaScript, using a base url of https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/

Disclaimer I am not a Pokemon nut, it's just a class project








So, apparently there are 151 images that represent the 151 different types of pokemon on the base url website. Also note that the only point of this project was to see if we could procedurally generate ALL of the images and image numbers with JavaScript coding, which we have accomplished.

Back to Top