Skip to content

TTalex/FlickrQuizz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

##Introduction FlickrQuizz is a web-based game using Flickr and Google APIs where the player has to guess locations of random pictures within a city.

An initial configuration allows the player to:

  • Select the city he wants to play within
  • Use a specific seed if he wants to challenge his friends on the same set of pictures
  • Select a preferred game mode, endless continues until the player makes too many errors in a row, the other modes limit the number of pictures

##Used APIs

##Installation

  1. Make sur Golang is installed
  2. Clone the repo
git clone https://github.com/TTalex/FlickrQuizz.git
  1. Set up the $GOPATH environement variable
export GOPATH=`pwd`/FlickrQuizz
  1. Put your own API keys in the source files

##Running it

  1. Run the webserver
cd FlickrQuizz/src/FlickrQuizz
go run flickrquizz.go
  1. Access localhost:8081

##Demo

FickrQuizz on heroku

About

FlickrQuizz is a web-based game where the player has to guess locations of random pictures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published