Scavenger Hunt game made with Flutter and Firebase!

Overview

SnapHunt


Logo

Get it on Google Play

SnapHunt is a scavenger hunt game where a player can invite other players on a real world scavenger hunt while using the app as the item identifier by taking a picture of it. Using machine learning technology, the app identifies and scores the player according. Users can play solo or with a group. First player to complete the scavenger hunt or the player the the highest score after countdown ends wins.

A Flutter PH Hackathon 2019 Entry!

Features

  • Single player Scavenger hunt

  • Multiplayer Scavenger hunt

  • Login via Google Authentication

  • Offline Machine learning using ML Kit

  • Multiplayer games using Firestore

  • Join room via QR code

  • Real time score updates in-game

  • Pre defined words using Hive

  • Update words via Firestore console

  • Share results with your friends

    Screenshots

Download & Install

You may install SnapHunt via PlayStore, installing the apk from the release section, or build the app yourself.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Download either Android Studio or Visual Studio Code, with their respective Flutter editor plugins. For more information about Flutter installation procedure, check the official install guide.

Steps

  1. Clone the repository with the 'clone' command, or just download the zip.
$ git clone https://github.com/snap-hunt/snaphunt.git
  1. Install dependencies from pubspec.yaml by running flutter packages get from the project root (see using packages documentation for details and how to do this in the editor).

  2. Follow Option 1 instructions here up to Step 3. Be sure to configure your SHA-1 or SHA-256 hash in the Firebase Project Settings for your app.

  3. Place the downloaded 'google-services.json' file from Step 1 above in your projects /android/app/ directory.

  4. Go to the Firebase Console and then to the Authentication section and then on to the "Sign-in method" tab an enable Email/Password and Google Sign in methods.

  5. Configure Firestore in your Firebase console

  6. Add words collection with words document side.

  7. Inside the words document, add version with int value 1. And words array with the words the app with be using.

  8. Build the app!

Built With

Contributing

Contributions are welcome! Submit an issue for discussion and a PR for the code.

Note: Code is dirty and rushed. This was made in our free time in the short duration of the hackathon. Don't judge us too harshly :D

Authors

  • Justin Enerio
  • Edbert Estevez
  • Dale Moncayo
  • King Montayre

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Flutter PH for hosting this hackathon
You might also like...

Download files from Firebase Storage with Flutter. List all images, videos, or other files from Firebase and download them.

Download files from Firebase Storage with Flutter. List all images, videos, or other files from Firebase and download them.

Flutter Tutorial - Download Files From Firebase Storage Download files from Firebase Storage with Flutter. List all images, videos, or other files fro

Dec 4, 2022

Upload Files To Firebase Storage with Flutter. Pick images, videos, or other files from your device and upload them to Firebase.

Upload Files To Firebase Storage with Flutter. Pick images, videos, or other files from your device and upload them to Firebase.

Flutter Tutorial - Upload Files To Firebase Storage Upload Files To Firebase Storage with Flutter. Pick images, videos, or other files from your devic

Dec 28, 2022

Social media app which is made entirely with flutter and firebase

Social media app which is made entirely with flutter and firebase

Post It Android Please replace my googleservice.json with yours. Post it is a social media app which is made entirely with flutter and firebase. The u

Dec 18, 2022

Reflectly like slideshow made with Flutter and Firebase

Reflectly like slideshow made with Flutter and Firebase

Reflecty Slideshow A Reflectly inspired slideshow create using Flutter. Setup Project git clone https://github.com/ReeceRose/Reflecty-Slideshow.git cd

Aug 1, 2022

CampusChat - Campus Chat App made in Flutter and Firebase

CampusChat - Campus Chat App made in Flutter and Firebase

CampusChat Get your doubts cleared the right way! About I just wanted to push my

Nov 26, 2022

Flutter firebase auth - Simple implementation of Firebase Authentication using Flutter

FlutterFire Authentication Sample A simple implementation of Firebase Authentica

Apr 2, 2022

Connect your flutter app to firebase, use firebase's Authentication. Don't mind my poor UI. 😬

flutter_email_auth A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you start

May 2, 2022
Comments
  • Live score does not update for other users

    Live score does not update for other users

    TODO: Update _isGameStart when GameStatus is Game https://github.com/snap-hunt/snaphunt/blob/080dc5ecd995ea0769f443285948067c14b2c51c/lib/stores/game_model.dart#L125

    bug 
    opened by justinenerio 1
Owner
SnapHunt
Flutter Philippines Hackathon 2019 Entry
SnapHunt
Let's setup Firebase​​ for our Flutter​​ app on Android​, iOS​ and Flutter Web. Setup Firebase to use Firebase products.

Flutter Tutorial - Firebase Setup For Flutter Web Let's setup Firebase for our Flutter app on Android, iOS and Flutter Web. Setup Firebase to use Fire

null 1 Apr 27, 2022
Tap Hero Game - An Open Source Flutter Game

Tap Hero ?? ?? TapHero is a casual tapping arcade game. This repo includes Android, iOS, Desktop (macOS, Windows, Linux). For Flutter Web, check the T

Mariano Zorrilla 159 Dec 19, 2022
Video game ui - Video Game App UI In Flutter!

video_game_ui A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if

Flutter Boy 11 Sep 6, 2022
Rock-Paper-Scissor-Game-Using-Dart - This is a repository of Rock Paper Scissor Game which I developed while learning Dart.

Rock-Paper-Scissor-Game-Using-Dart This is a repository of Rock Paper Scissor Game which I developed while learning Dart. The main.dart file consist o

Nitin Varma 0 Jan 4, 2022
Bwo-master - An infinity procedural online game using Flutter and flames with NodeJS and Firebase for the back-end

Borderless World Online (BWO) An infinity procedural online game using Flutter a

null 17 Nov 29, 2022
Bwo-master - An infinity procedural online game using Flutter and flames with NodeJS and Firebase for the back-end

Borderless World Online (BWO) An infinity procedural online game using Flutter a

null 0 Feb 2, 2022
Multiplayer tictactoe game made in Flutter with nodejs and socket.io and using riverpod for state management

TicTacToe Game A Multiplayer TicTacToe Game- Works on Android, iOS and Web. Features Create/Join Room Play Realtime Display Points Round & Game Winner

Utsav Ghimire 5 Oct 18, 2022
A simple pair game made with Flutter, a custom library, BLoC and tunnel pattern.

Pair game A simple pair game created with Flutter. Article on Medium here: https://medium.com/@frmineoapps/a-simple-pair-game-made-with-flutter-a-cust

Francesco Mineo 27 Jun 28, 2022
This is Math-Puzzle game made in flutter and available on Playstore & AppStore

Math Matrix : Train Your Brain, Improve Math Skill Train Your Brain · Report Bug · Request Feature Math Matrix is a Math Game that tries improvise you

Jay Savsani 182 Dec 30, 2022
An Android and iOS game about colors made using Flutter.

Random Color An Android and iOS game. A color is display on the screen and then the player has to pick a color that is the most similar to the one dis

Loïc H. 4 Nov 21, 2022