chayan-dev / Quizzy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quizzy

Walkthrough video:

Features:

  • Play quiz match between 2 player
  • Player can select a option to submit or skip a question.
  • If the correct option is highlighted in green after submiting your option.
  • Point system:
    1. Correct answer 5 points
    2. Wrong answer -2 points
    3. Pass 0 points
  • In case of Tie between the two go to tiebreaker and ask users the question indefinitely until the below situation arises.
    1. User 1 gave correct answer
    2. User 2 gave wrong answer
    3. Or vise versa
  • if both gives correct or wrong answers continue the tie breaker
  • Once completed, score card for each user can be saved to locally in device.

Design:

  • MVVM architechture with repository pattern.

About


Languages

Language:Kotlin 100.0%