A fun and interactive Pokémon guessing game built using HTML, CSS, and JavaScript.
- Guess the Pokémon name based on its image.
- Provides feedback on correct and incorrect guesses.
- Dynamic and responsive design for all screen sizes.
- Random Pokémon images displayed to test knowledge.
- HTML: Structure and layout of the web page.
- CSS: Styling and responsive design.
- JavaScript: Game logic and interactivity.
- Open the project in your browser.
- Look at the displayed Pokémon image.
- Enter your guess in the input box and submit.
- Get instant feedback on whether your guess is correct or not.
- Try again with the next Pokémon image!
- Clone this repository:
git clone <repository-url>
- Open the project folder.
- Launch
index.html
in your browser.
|-- index.html
|-- style.css
|-- script.js
|-- images/
- index.html: Main HTML file.
- style.css: Stylesheet for design and layout.
- script.js: JavaScript file for game logic.
- images/: Folder containing Pokémon images.
- Add a scoring system.
- Include a timer for each guess.
- Add more Pokémon and levels of difficulty.
- Implement an API for fetching Pokémon data dynamically.
Feel free to fork this repository and submit pull requests for any improvements or new features.
This project is licensed under the MIT License.