Skip to content

Una página web en la que al usuario se le muestran siluetas de Pokémon y el usuario tendrá que adivinar de qué Pokémon se trata.

Notifications You must be signed in to change notification settings

esaza/Pokemon-guess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Una página web en la que al usuario se le muestran siluetas de Pokémon y el usuario tendrá que adivinar de qué Pokémon se trata.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published