Skip to content

Commit 84da528

Browse files
authored
Update readme.md
1 parent e2470ed commit 84da528

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

Pokemon_Guessing/readme.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
Simple Pokemon Guessing Game
1+
# Pokémon Guessing Game
2+
3+
## Project Description
4+
5+
A fun and interactive guessing game where players try to guess the name of a randomly selected Pokémon from the first 100 Pokémon. The image of the Pokémon is blurred, and players must enter their guess. If they guess correctly, the image is revealed, and a new Pokémon appears after a short delay.
6+
7+
## Stack:
8+
- [x] HTML
9+
- [x] CSS
10+
- [x] JavaScript
11+
12+
## Features
13+
- Random Pokémon selection
14+
- Blurred image guessing mechanic
15+
- Success and failure feedback
16+
- Automatic Pokémon change after correct guess
17+
18+
## How to Play
19+
1. Enter your guess in the input box.
20+
2. Submit your guess.
21+
3. If correct, the image will be revealed; if not, try again!
22+
23+
## Installation
24+
Simply open the `index.html` file in your browser.

0 commit comments

Comments
 (0)