Help
Quick guide
Guide to creating rooms, configuring modes, and playing multiplayer games with Google Street View, maps, GeoBingo, and Hide and Seek.
Create a room
- Go to Home and enter your name.
- Click “Create room”.
- Share the code with the other players.
- Inside the room, configure the mode, place, and options.
Roles and teams
The available roles depend on the selected mode. Each player chooses their team and role inside the room before marking themselves as ready.
Street View
GeoGames prioritizes official, navigable Google Street View coverage. Player starts are generated from JSON points and adjusted to a nearby panorama with real movement to avoid PhotoSpheres, boats, ports, or non-navigable views.
Before the initial countdown, the room validates Google Maps, Street View, and the navigable start through a preparation screen. If a city has islands, ports, large parks, or areas without continuity, the map can define a playable zone, exclusions, and maximum distances to avoid unfair games.
In team modes, GeoGames creates equivalent slots for each team while respecting minimum and maximum separation. In Meet-up and Scotland Yard, teammates or rivals can start across comparable areas so the game depends on orientation and communication, not on an unfair spawn.
Game controls have larger touch areas on mobile and desktop: GeoBingo board buttons, Hide and Seek buttons, minimap, save location, guess, and Street View controls are easier to press during the game.
Game modes
GeoGames combines orientation, cooperation, and competition using Google Street View. Each room can adjust rules such as time, radii, hints, teams, roles, movement, and ending conditions.
Meet-up simula quedar en una ciudad real: los jugadores del mismo equipo empiezan separados y deben reunirse usando referencias visuales. El host puede elegir si basta con que se encuentren dos compañeros o si debe reunirse todo el equipo.
Rally divide el trabajo entre Driver y Co-driver: uno conduce por Street View y el otro guía desde el mapa hasta completar checkpoints en orden libre.
Scotland Yard es una persecución asimétrica: el ladrón sobrevive dentro de un círculo y los policías lo buscan con pistas, trampas, aviso de límites y revelados temporales.
Solo Rally convierte la partida en un reto personal de objetivos ocultos: cada jugador intenta completar objetivos por proximidad y mejorar su marca.
Hide and seek tiene dos fases: primero cada jugador guarda un escondite en Street View; después todos intentan localizar los escondites en el mapa. El host puede configurar número de rondas, tiempo para esconderse, tiempo para descubrir, movimiento, ver rivales y modo NMPZ.
GeoBingo reparte el mismo cartón a todos. El host puede elegir tamaño 2x2, 2x3, 3x3 o 3x4; vista de juego Mapa o Solo Street View; dificultad Fácil, Difícil o Manual; y finalización por cartón completo, línea o tiempo.
You may use a search engine to get a visual reference or understand what a word means, but not to look for a specific location, coordinates, streets or exact places where to find it.
En GeoBingo Manual, el host edita las casillas antes de iniciar. Si pulsa Manual varias veces, GeoGames propone nuevas palabras sugeridas para rellenar el cartón. Al terminar por objetivo o por tiempo, empieza una votación final sin temporizador: cada casilla se valida en cuanto Sí o No alcanza mayoría normal. Solo si hay empate, el host desempata; si no participa, el empate se acepta.
Request new places
To propose a city, tourist area, circuit, or landmark, prepare a JSON file with the place data and open a ticket in the official Discord.
- Elige un identificador único en
key, por ejemplobarcelona-gotico. - Add the name, city, country, author, and compatible modes.
- Include several points on streets with official, navigable Street View: starts, checkpoints, map center, and useful GeoBingo areas.
- Si hay islas, puertos, aeropuertos, parques enormes o zonas sin continuidad, añade
constraintscon zona jugable y zonas excluidas. max_spawn_distance_metersdefine la separación máxima configurable por el host: de 1000 a 150000 metros, con 5000 metros por defecto.- Pega el JSON en el ticket o adjúntalo como archivo
.json.
{
"author": "Tu nombre o nick",
"version": 1,
"places": [
{
"key": "madrid-centro",
"name": "Madrid Centro",
"city": "Madrid",
"country": "Spain",
"modes": ["meetup", "rally", "scotland_yard", "solo_rally", "hide_seek", "geobingo"],
"start": { "lat": 40.4168, "lng": -3.7038, "heading": 0 },
"map_center": { "lat": 40.4168, "lng": -3.7038 },
"map_zoom": 13,
"constraints": {
"enabled": true,
"streetview_official_only": true,
"streetview_seeded_starts": true,
"max_spawn_distance_meters": 5000,
"generation_area": {
"type": "circle",
"center": { "lat": 40.4168, "lng": -3.7038 },
"radius_meters": 5000
},
"excluded_areas": []
},
"checkpoints": [
{ "name": "Puerta del Sol", "lat": 40.4168, "lng": -3.7038, "radius_meters": 45 }
]
}
]
}