open-source, cozy web-based geoguessr esque game made for flavortown!
- go to https://luci.ditherdude.dev/ or http://localhost:5173/ if you're hosting locally (steps below!)
- look around, check out signage, and make a guess on where you are.
- once you wanna make a guess go to the map on the bottom right (hold and drag to expand), and click where you think you are, then press guess!
- once you've guessed you'll get points (based on how close you were to the destination), and also where the destination was.
- click next round and repeat!
- you can view how many rounds you've played at the top left
- change your google maps api key at the top right! (or in your .env file)
- download the repo
cd <directory of the downloaded repo>- Copy
.env.exampleto a new file named.envand add your Google Maps API Key. npm installnpm run dev
*Note: If no API key is provided in the .env file, you can still enter one manually via the in-game settings menu.