DEV Community

Istvan Kreisz
Istvan Kreisz

Posted on

Geoguessr Multiplayer Do you like GeoGuessr? I built a multiplayer version of it (in React) that you need to try.

Geo... what?

In case you don't know GeoGuessr is an online game where you're dropped somewhere on Earth and with the help of Google Street View you need to figure out where you are. It's a very popular online game and a personal favorite of mine.

So why make another one?

A little background story: besides being a GeoGuessr fan, I've also spent countless hours playing .io-type online multiplayer games, like: skribbl.io and slither.io. The multiplayer element (among other things) makes these games a lot of fun and (unfortunately) highly addictive.

And that's what's missing from GeoGuessr.. Don't get me wrong it's a great game, but I figured it could be even greater if it had some sort of multiplayer functionality. So I built my own version of it.

Introducing... Hide & Seek World!

In Hide & Seek World you're up against real players instead of just getting computer-generated random locations.

The game consists of a few turns, and in each turn there's one hider who selects a location somewhere in the world, and 1-5 seekers who try to guess the location based on Google Street View images.
As a hider your goal is hide well because the better seekers are able to guess your location the less points you get. As a seeker you get more points if you guess better.

screenshot 1

The concept is similar to the popular children's game, hence the name. The exception is that you have a bigger playground here, the whole world. At the end of each round you can see the guesses of all the players and how far everyone was from the actual hiding place.

screenshot 2

Game modes

There's 2 game modes: Street View and Satellite. In Street View mode you hide by selecting a street view location somewhere and in Satellite mode your hiding spot is a zoomed in rectangular area on the surface of Earth. In Street View mode you need to be able to read visual cues about architectural styles, vegetation, people etc. to guess well, while Satellite mode relies more on your geographical knowledge.

You can also create a private room and play against your friends, where you can customize more things like: how much time you have to make a guess or restrict the map to only certain countries.

How I built it

I built the frontend using Next.js & React, and the backend with Firebase services: Authentication, Realtime Database, FireStore, Functions, Analytics. For the maps & Street View related things I used Bing Maps and Google Maps APIs. Payments are handled with Stripe Checkout. The site is hosted on Netlify.

Go check it out now!

Top comments (5)

Collapse
 
mradex77 profile image
MrAdex77

Really nice article, i have created similar application to geoguessr or cityguessr.By my app you can travel around the world and guess cities or countries by watching a street walk videos.
Where Am I - GeoGuess Game - With GeoGuess Game you can travel anywhere in the world at the touch of a button, the only catch is you have to guess where you are first.

Collapse
 
penguinsource profile image
Mihai • Edited

Oh this is very cool! Did you build the walkthrough component?

Collapse
 
istvankreisz profile image
Istvan Kreisz

thanks, glad you like it! yeah I built the whole thing

Collapse
 
penguinsource profile image
Mihai

it's beautiful! UX is vastly underestimated if you ask me, and this is great. let me know if you have any open source components that you're planning to put out there :)

Thread Thread
 
istvankreisz profile image
Istvan Kreisz

I haven't thought of that, but maybe in the future.. :) thanks for the feedback!