Settings

Theme

Show HN: Geoguess Lite – open-source, subscription free GeoGuessr alternative

geoguesslite.com

16 points by spider-hand 2 months ago · 6 comments · 1 min read

Reader

Hi HN,

I built and just released another Geoguessr alternative. The difference from most other games (and the official one) is that it doesn't use Google Maps APIs at all, which makes the game more sustainable while keeping the service free.

This is the successor project to a Geoguessr-like game I built a long time ago. I've been learning since then and felt I could design and implement the project in a cleaner way this time. That motivation led me to rebuild it from scratch.

If you’re a light user who’s hesitant about paying for a subscription and looking for an alternative, feel free to give it a try. I’d really appreciate any feedback.

Source code: https://github.com/spider-hand/geoguess-lite

solarkraft 2 months ago

This looks cool! Note that on mobile the mode selector cards cover the whole screen and could be mistaken for start buttons. Scrolling to the game settings (with the actual start button) after selection would reduce confusion here.

  • spider-handOP 2 months ago

    Thanks for the feedback! Yes I definitely need to improve the the UIUX for mobile layout.

JonasN21 2 months ago

Looks fun! Consider using a Loader when starting a Game. I was not sure if the site is lagging because nothing happened for 5 seconds. Would be good for user experience if their is a loader. Keep up the good work!

  • spider-handOP 2 months ago

    Thanks for playing it and giving me the feedback! I actually forgot adding it there. Will work on it soon!

DoctorOW 2 months ago

AWS Lambda and Firebase are both notoriously expensive ways to host APIs. I would really push you to look at those as your next targets for sustainability focused cost cutting.

  • spider-handOP 2 months ago

    I think they are good options for personal projects until it reaches a scale where costs really start to matter. For individuals, hosting servers are way more expensive and we rarely end up paying with serverless options. Geoguessr already has been having many alternatives so I expect it is hard to reach the point.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection