OnlyInAmerica / GameShow

A trivia game show for Android TV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot Screenshot

GameShow

A game show for AndroidTV inspired by Alex Trebek using the wonderful jservice.io Jeopardy question API. Also supports custom questions bundled via JSON. See ./app/src/main/assets/games/default.json.

Build & Install

Make sure you've installed the following items from the Android SDK Manager:

  • Android SDK Platform 21 Rev. 1
  • Android SDK Build Tools Rev. 21.1.1
  • Android Support Repository Rev. 9
$ git clone https://github.com/OnlyInAmerica/GameShow.git
$ cd GameShow
# You have two options for building:
$ ./gradlew assembleCriminalDebug # Jeopardy theme
$ ./gradlew assembleRoyaltyFreeDebug # Royalty-free theme
$ adb install -r ./app/build/outputs/apk/app-royaltyFree-debug.apk # or app-criminal-debug.apk

Testing

Ensure a compatible Android device is available to adb and run:

$ ./gradlew connectedAndroidTest

License

MPL 2.0

About

A trivia game show for Android TV


Languages

Language:Java 100.0%