This program is a quiz game that tests your knowledge of algebraic expressions.
It presents a series of mathematical equations at different difficulty levels and prompts the user to solve them.
The user can choose the difficulty level from a menu before starting the quiz.
-
Clone the repository to your local machine.
-
Open the terminal and navigate to the project directory.
-
Run the binaries with the following command:
./eurekaOr you can run the program with the following command:
go run main.go-
Choose the difficulty level from the menu.
-
Solve the equations presented to you.
-
Enter your answer and press Enter.
-
If your answer is correct, you will earn a point.
-
The game will continue until you decide to quit.