Skip to content

jabranr/guess-where

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess Where?

An interactive geo quiz game app. This repository hosts the uncompiled and compiled code on gh-pages branch. The games is inspired from a geo quiz by Telegraph that used a collection of static images. Visit the website and test your geo skills at https://www.jabran.me/guess-where/

Contribute / Get involved

Fork the repository to contribute, get involved or make your own version out of it. You will need your own Google API Browser Key for it though.

Development Workflow requires Node, Sass and Grunt pre-installed. Use following steps to setup a development environment:

$ npm install
$ grunt

All development files are located in /app directory.

Use following to build the website:

$ grunt build

The website will be setup in dist/ directory with following structure:

-- index.html --/assets

Bugs reporting

Report any bugs in issue tracker. It is suggested to search the existing issues first so to not duplicate it.

License

MIT License - Jabran Rafique | @jabranr