1.0.0 • Published 3 months ago

geo-guessr-game v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

GeoGuessr Game

A simple Node.js module to play a GeoGuessr-type game where you have to guess the location of a random image.

Installation

Install the package via npm:

npm install geo-guessr-game

Usage

const geoGuessrGame = require('geo-guessr-game');

// Start the game
geoGuessrGame();

When you run the script, it will prompt you to enter the path to an image. After providing the image path, it will calculate the distance between the location extracted from the image and a randomly generated location. Finally, it will display the distance and indicate whether your guess is close to the actual location.

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.0.0

3 months ago