Skip to content

Latest commit

 

History

History
79 lines (48 loc) · 2.48 KB

README.md

File metadata and controls

79 lines (48 loc) · 2.48 KB
License People Stars Forks Watches Last Updated

Expression Evaluation Trivia 🟰🔢

EvalTrivia Demo
EvalTrivia screenshot

What is this

EvalTrivia is a quiz game that tests your knowledge of expression evaluation. You have to guess what the relationship between the two expressions on the left and right is. You have a limited time to answer as many questions as you can.

Inspiration

Was working on an expression generator, decided to make a quiz game.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of Android Studio

Getting EvalTrivia

To install EvalTrivia, follow these steps:

git clone /~https://github.com/2kabhishek/EvalTrivia
cd EvalTrivia

How it was built

EvalTrivia was built using Android Studio

Challenges faced

Creating the expression generator was challenging.

What I learned

  • Explored Kotlin further.
  • Android constraint layout designs.

Hit the ⭐ button if you found this useful.

More Info