Website of: "Mr. H"

Where is this place??

Instructions

  1. Add 5 more coordinate pairs to the places array
  2. Decide how you'll score the user based on their distance array, and display that score somewhere on the page
  3. Display a message when the user has gone through all the places
  4. Bonus: Improve the user interface with nicer CSS and layout.
  5. Bonus: Embed an interactive street view instead of just a static map. (See API Reference)
  6. Bonus: Add a timing mechanism so that users must guess within a certain amount of time.
  7. Bonus: Randomly generate places instead of hardcoding an array, so that users have potentially thousands of places to guess.
  8. Bonus: Use your ample imagination to come up with some other way to improve the game 😀