Skip to content

RickyChez/geo-guessr-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published