Welcome to "Guess the Pokemon" - a fun and educational web-based game that tests your knowledge of Pokémon names! See if you can guess the name of the Pokémon based on its image.
"Guess the Pokemon" is a simple web game that utilizes the PokeAPI to fetch random Pokémon data and display their images. Players are challenged to enter the name of the Pokémon correctly. If they guess correctly, they earn points. The game provides feedback on each guess and keeps track of the player's score.
- Randomly selects a Pokémon and displays its image.
- Allows players to enter their guess for the Pokémon's name.
- Tracks and displays the player's score.
- Provides instant feedback on each guess.
- Supports a "Reset" button to start a new round.
- Beautifully styled using HTML, CSS, and JavaScript.
- Open the web application.
- Look at the displayed Pokémon image.
- Type the name of the Pokémon in the input field.
- Click the "Guess" button to submit your answer.
- You'll receive immediate feedback:
- If you guess correctly, you earn points.
- If you're wrong, the game tells you to try again.
- Click the "Reset" button to start a new round.
You can host this game on your own web server or use a code hosting service like GitHub Pages to make it available online. Here are the steps to get started:
git clone https://github.com/undependable/guess-the-pokemon.git