Skip to content

Kotlin project to produce an online mutiplayer trivia game using a firebase realtime database

Notifications You must be signed in to change notification settings

mattlewer/BrainBattle

Repository files navigation

Enter a room code and have friends join you, or play solo. Inspired by the game QuipLash

Configuration steps:

Setup

  1. Setup a project on Firebase
  2. Link an Android application, declare package as com.msl5.multiplayerquiz
  3. Dowload google-services.json and copy to android/app folder of project

Firebase Servies

  1. Enable Firestore Database on Firebase
  2. Copy URL and place in MainActivity.kt here: var URL = "FIREBASE_REALTIME_URL_HERE"

Sync Gradle & Run

About

Kotlin project to produce an online mutiplayer trivia game using a firebase realtime database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages