Overview
GeoBingo.io is an open-source multiplayer street view bingo game. It provides an interactive and fun experience where players can explore Google Street View images and tick off locations on their virtual bingo cards. The game can be played with friends in a multiplayer mode or individually.
Features
- Multiplayer Gameplay: Play with friends and compete to see who can complete their bingo card first.
- Google Street View Integration: Explore real-world locations using Google Street View images.
- Virtual Bingo Cards: Keep track of the locations visited with virtual bingo cards.
- Open Source: GeoBingo.io is an open-source project, allowing developers to contribute and enhance the game.
Installation
To run GeoBingo.io locally, follow the steps below:
- Install Node.js 16.5 or above.
- Clone the repository.
- Navigate to the cloned directory.
- Install the dependencies by running
npm install
. - Obtain a Google Maps API key by following the instructions at https://developers.google.com/maps/documentation/javascript/get-api-key.
- Create a
.env
file in theFrontend/
directory and paste your API key using the formatVITE_GMAPSAPI=YOUR_API_KEY
. - Start the application by running
npm run dev
. - Open GeoBingo.io in your browser at http://localhost:3000.
Summary
GeoBingo.io is an open-source multiplayer street view bingo game that allows players to explore real-world locations using Google Street View images. With its multiplayer gameplay and virtual bingo cards, it offers an engaging and competitive experience for players. The installation process is straightforward, and the game can be easily set up on a local machine for personal use or contribution to the open-source project.