Skip to content

anirudh-singh01/Pokemon_Game

Repository files navigation

Pokémon Guessing Game

A fun and interactive Pokémon guessing game built using HTML, CSS, and JavaScript.

Features

  • 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.

Technologies Used

  • HTML: Structure and layout of the web page.
  • CSS: Styling and responsive design.
  • JavaScript: Game logic and interactivity.

How to Play

  1. Open the project in your browser.
  2. Look at the displayed Pokémon image.
  3. Enter your guess in the input box and submit.
  4. Get instant feedback on whether your guess is correct or not.
  5. Try again with the next Pokémon image!

Installation

  1. Clone this repository:
    git clone <repository-url>
  2. Open the project folder.
  3. Launch index.html in your browser.

File Structure

|-- 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.

Future Improvements

  • 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.

Contributing

Feel free to fork this repository and submit pull requests for any improvements or new features.

License

This project is licensed under the MIT License.