Skip to content

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

Notifications You must be signed in to change notification settings

jgadelange/whosthatpokemon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Who's That Pokémon?

A simple browser app in which Pokémon silhouettes are shown to the user and they guess which Pokémon it is, in the original pokemon style. Can be accessed on http://jgadelange.github.io/whosthatpokemon/

Based on https://github.com/Menardi/whosthatpokemon

##Features

  • Silhouettes are generated dynamically in-browser using the canvas tag

##Usage Normally the silhouette of a random pokemon is shown. With GET parameters you can get different behaviour:

It is also possible to load the page in an iframe and send messages using Cross-document messaging to reveal the pokemon, this is done by sending "reveal#x", where 'x' is the number of seconds to reveal the pokemon after.

Licence

This code is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported Licence.

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

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.0%
  • CSS 11.0%