An Android game which requires the user to guess by clicking on the map where a randomly chosen restaurant is in the city with the ability to use upto a maximum of 3 hints.

Features

  • Uses JSON parser to parse Yelp restaurant data
  • Uses Google Maps API to place markers on the map where the user had clicked and to plot the total route between all the clicked points
  • Uses Google Maps to overlay an arrow in the direction of the restaurant from the user's click in order to provide hints to the user.
  • Class project for CPSC 210