A simple image guessing game for the October 2012 pebble{code} hack day.
http://pebblecode.github.com/wtf/
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