https://github.com/mrdiamonddirt/whosthatpokemon
a game where you have to guess the pokemon based on a silhouetted image
https://github.com/mrdiamonddirt/whosthatpokemon
pokemon react reactjs simple vite whosthatpokemon
Last synced: 10 months ago
JSON representation
a game where you have to guess the pokemon based on a silhouetted image
- Host: GitHub
- URL: https://github.com/mrdiamonddirt/whosthatpokemon
- Owner: mrdiamonddirt
- Created: 2023-02-21T12:40:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T12:59:07.000Z (almost 3 years ago)
- Last Synced: 2025-01-04T16:33:43.760Z (11 months ago)
- Topics: pokemon, react, reactjs, simple, vite, whosthatpokemon
- Language: JavaScript
- Homepage: https://mrdiamonddirt.github.io/whosthatpokemon/
- Size: 83 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Whos that pokemon game
This is a simple game where you have to guess the name of the pokemon based on the image.
if the name is correct it will reveal the pokemon and you will move on to the next random pokemon.
Created with Vite and React
## Screenshots

## How to play
visit the [game](https://mrdiamonddirt.github.io/whosthatpokemon/) and the game will start.
## possible improvements
- [ ] Add a timer
- [ ] Add a score
- [ ] Add Settings
- [ ] Add a leaderboard
## How to contribute
1. Fork the repo
2. Clone the repo
3. Make changes
4. Commit and push
5. Make a pull request
## How to run locally
1. Clone the repo
2. cd into the repo
3. run `npm install`
4. run `npm run dev`