This game is a simple web-based application developed using JavaScript. The objective is to show a photo of the IIT Indore campus and prompt the player to mark the location on the map where the photo was taken.
- Upon starting the game, a photo of IIT Indore campus will be displayed.
- The player needs to identify and mark the exact location on the map where the photo was taken by placing a pin.
- To mark the location, click or tap on the map.
- After placing the pin, the player can submit their selection.
- The game will evaluate the chosen location and provide feedback on accuracy.
- Display an image of IIT Indore campus.
- Interactive map interface to mark the location.
- Evaluation of player-selected location and feedback.
- Management of a leaderbord
This game was developed using Javascript, EJS, NodeJS, MongoDB The map interface was implemented using Leaflet API.
To play the game:
- Clone this repository.
git clone https://github.com/ayushawasthi24/geoguesser
- Change the directory into this folder.
cd geoguesser
- Install the packages.
npm i
- Run the server on localhost.
npm start
- Follow the instructions on the screen to mark the location on the map.