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.
Was working on an expression generator, decided to make a quiz game.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
Android Studio
To install EvalTrivia, follow these steps:
git clone /~https://github.com/2kabhishek/EvalTrivia
cd EvalTrivia
EvalTrivia was built using Android Studio
Creating the expression generator was challenging.
- Explored Kotlin further.
- Android constraint layout designs.
Hit the ⭐ button if you found this useful.