/wtf

An image guessing game

Primary LanguageJavaScript

WTF

A simple image guessing game for the October 2012 pebble{code} hack day.

Live site

http://pebblecode.github.com/wtf/

To run the game locally

Get the code

git clone git@github.com:pebblecode/wtf.git

In the project folder, run a local server eg, python

python -m SimpleHTTPServer
# Open http://localhost:8000/

Note: Please use your own flickr api key if you are going to do any serious development on it.

## Technologies used