Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.86 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.86 KB

English / Spanish

Pokemon-guess

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.

Attributes:

  • Intuitive and easy to use user interface.
  • Silhouettes are dynamically generated in the browser using PokeApi and CSS properties.

Screenshots:

  • Guessing a Pokemon. image
  • Pokemon Guessed. image
  • Seeing the shiny form of a pokemon after having made a mistake. image

Development:

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

Here is the basic structure of the files:

index.html: Contains the HTML structure. style.css: Defines the styles of the directory.

Contributions:

Contributions are welcome. Feel free to open an issue or submit a pull request in the repository.

Credits:

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.