Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 760 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 760 Bytes

geoguesser_clone

Simpl Geoguesser clone made using HTML and Javascript. You can play for free.

Setup

  1. Go to google cloud platforms
  2. Generate API key for Maps Javascript API
  3. Add the key to index.html file by replacing "YOUR_GOOGLE_API_KEY" with the key generated.
  4. Run the html file in a browser.

Instructions For Playing

  1. Page opens with a map and the street view below it.
  2. You can move around in the street view to get clues of the location.
  3. You have to make guess by selecting the location on the map and click "Choose Location"
  4. The box beside choose location button tells the distance between actual street view location and the guessed location.
  5. Clicking on "New Game" on the top will open a new location on street view.