jabranr / guess-where

An interactive geo quiz game app

Home Page:http://jabran.me/guess-where/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An interactive geo quiz game app

http://jabran.me/guess-where/


Languages

Language:JavaScript 51.6%Language:SCSS 25.3%Language:HTML 23.1%