English / Spanish
A web page in which the user is shown silhouettes of Pokémon and the user will have to guess which Pokémon it is.
- Intuitive and easy to use user interface.
- Silhouettes are dynamically generated in the browser using PokeApi and CSS properties.
- Guessing a Pokemon.
- Pokemon Guessed.
- Seeing the shiny form of a pokemon after having made a mistake.
You will need node and npm set up to get the code running locally. You will also need to download the Pokémon images and sounds, because they are not included in this repository. You can download them from https://gearoid.me/pokemon/downloads/pokemedia.zip. Unzip this and put images/
and sounds/
in the same directory as index.html
.
Once you have done this, install the dependencies by running:
npm install
To run the site locally, you can then run:
npm run serve
To build the site to be deployed online, run:
npm run build
index.html
: Contains the HTML structure.
style.css
: Defines the styles of the directory.
Contributions are welcome. Feel free to open an issue or submit a pull request in the repository.
This project was created by Eric_sa_za and you can find the original repository here. If you use this code, please mention and link to the repository.