GuessThePlace is an exciting geography-based game where players test their knowledge of world locations by guessing places based on images. The closer the guess to the actual location, the higher the score!
- Interactive map-based gameplay
- Score tracking and leaderboards
- User profiles and game history
- Responsive design for various devices
- Integration with external APIs for location data
-
Clone the repository:
git clone https://github.com/yourusername/GuessThePlace.git
-
Navigate to the project directory:
cd GuessThePlace -
Install the dependencies:
npm install
-
Set up your Firebase configuration in
src/firebase/firebase-config.js. -
Start the development server:
npm start
-
Open your browser and go to
http://localhost:3000to play the game.
- Register or log in to create a user profile.
- Start a new game and make your guesses based on the images provided.
- View your score and compare it with other players on the leaderboard.
- Special thanks to the contributors of the external APIs used in this project.
Happy guessing!