All Projects → Menardi → whosthatpokemon

Menardi / whosthatpokemon

Licence: other
A simple HTML5 game that generates silhouettes from images and gets the user to guess the name of the Pokémon shown.

Programming Languages

typescript
32286 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to whosthatpokemon

pokemongo-json-pokedex
Transform the data from the Pokemon GO master files to a better readable & processable JSON file.
Stars: ✭ 56 (+5.66%)
Mutual labels:  pokemon
PogoMap
PoGo Map using React Native
Stars: ✭ 59 (+11.32%)
Mutual labels:  pokemon
Pokedex
Pokedex developed with React Native, consuming the public API "Pokeapi".
Stars: ✭ 18 (-66.04%)
Mutual labels:  pokemon
pokemon-icons
Fan art inspired by Pokémon
Stars: ✭ 85 (+60.38%)
Mutual labels:  pokemon
Pokebot
Pokémon for Discord
Stars: ✭ 15 (-71.7%)
Mutual labels:  pokemon
palettetown
Pokemon themed colour schemes for R.
Stars: ✭ 56 (+5.66%)
Mutual labels:  pokemon
stylegan-pokemon
Generating Pokemon cards using a mixture of StyleGAN and RNN to create beautiful & vibrant cards ready for battle!
Stars: ✭ 47 (-11.32%)
Mutual labels:  pokemon
liferay-pokemon-item-selector
Code for Liferay's /dev/24 talk
Stars: ✭ 13 (-75.47%)
Mutual labels:  pokemon
ps
Modular Pokémon Showdown
Stars: ✭ 38 (-28.3%)
Mutual labels:  pokemon
Pokedex
Pokedex is a robust Discord bot that mimics the iconic Pokedex from the Pokemon games and show. It's loaded with features to help players of all skill levels to learn and better enjoy Pokemon! The goal of Pokedex is to provide users with as much data about the Pokemon games as they desire conveniently and with minimal effort.
Stars: ✭ 18 (-66.04%)
Mutual labels:  pokemon
graphql-pokemon
Extensive Pokémon GraphQL API
Stars: ✭ 81 (+52.83%)
Mutual labels:  pokemon
gracidea
🌺 A Pokémon 2D live map gathering all regions, including wandering pokémons and characters and animated tiles!
Stars: ✭ 163 (+207.55%)
Mutual labels:  pokemon
pokeai
Develop ultimate AI Pokémon trainer
Stars: ✭ 18 (-66.04%)
Mutual labels:  pokemon
PokemonRNGGuides
A repository of Pokemon RNG abuse guides
Stars: ✭ 62 (+16.98%)
Mutual labels:  pokemon
faker-pokemon
A Faker provider that generates fake pokemon data for you! 🍬
Stars: ✭ 14 (-73.58%)
Mutual labels:  pokemon
online-randomizer
Fresh new playthroughs!
Stars: ✭ 23 (-56.6%)
Mutual labels:  pokemon
showdown-battle-bot
Socket Battle Bot for Pokemon Showdown (http://pokemonshowdown.com/)
Stars: ✭ 19 (-64.15%)
Mutual labels:  pokemon
intellij-pokemon-progress
A Pokémon themed progress bar for IntelliJ IDEA.
Stars: ✭ 70 (+32.08%)
Mutual labels:  pokemon
Poke-Pi-Dex
Our deep learning for computer vision related project for nostalgic poke weebs (Sistemi digitali, Unibo).
Stars: ✭ 18 (-66.04%)
Mutual labels:  pokemon
react-reactions
😲 Create custom reaction pickers and counters or use your favorites!
Stars: ✭ 34 (-35.85%)
Mutual labels:  pokemon

Who's That Pokémon?

See https://gearoid.me/pokemon/ for a live demo.

A browser-based game in which Pokémon silhouettes are shown to the user and they guess which Pokémon it is.

  • Silhouettes are generated dynamically in-browser using the canvas tag
  • Multiple difficulty settings, which choose the image source for generating the silhouette
  • User-facing stats including correct streaks and times taken

Development

You will need node and npm set up to get the code running locally. You will also need to download the Pokémon images and sounds, because they are not included in this repository. You can download them from https://gearoid.me/pokemon/downloads/pokemedia.zip. Unzip this and put images/ and sounds/ in the same directory as index.html.

Once you have done this, install the dependencies by running:

npm install

To run the site locally, you can then run:

npm run serve

To build the site to be deployed online, run:

npm run build

Licence

This code is licensed under a Creative Commons Attribution-ShareAlike 4.0 International.

All the Pokémon names, images and sounds are copyrighted by Nintendo.

Flag icons are from http://www.famfamfam.com/lab/icons/flags/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].