Game of Thrones Trivia is an open source Android quiz game (just for fun). In anticipation of the final season, I have created a quiz app for people to play and just have fun.
Multiple levels - The Easy
level is unlocked by default and users have to get a certain amount of points to unlock the Medium
or Hard
level.
Countdown timer - Each level has a countdown. 10 seconds to the end of the countdown, a warning is shown to the user. Once the time as elapsed, the game ends immediately
Share - Share your scores on multiple platforms
Minimum SDK version: 19
Target SDK version: 28
This project uses AndroidX dependencies. This means you would need to have Android Studio 3.2.1 or later and AndroidX installed. With this, you can get started with the following steps:
- Clone this project
git clone [email protected]:AdoraNwodo/got-trivia.git
- Launch and build project on Android studio.
To test this application, please use an Android device or emulator (OS 4.4 or newer).
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
MIT. Please see the license file for more information.
Contributions are welcome and will be fully credited.
Contributions are accepted via Pull Requests on Github.
Please test all features before creating a Pull Request.