https://github.com/christinec-dev/math_mania
Math Quizzing Game made with Java and Android Studio.
https://github.com/christinec-dev/math_mania
android androidstudio game game-development java math quiz
Last synced: about 1 month ago
JSON representation
Math Quizzing Game made with Java and Android Studio.
- Host: GitHub
- URL: https://github.com/christinec-dev/math_mania
- Owner: christinec-dev
- Created: 2022-03-13T08:06:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-14T14:53:28.000Z (about 3 years ago)
- Last Synced: 2025-01-30T07:42:37.132Z (3 months ago)
- Topics: android, androidstudio, game, game-development, java, math, quiz
- Language: Java
- Homepage:
- Size: 492 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Math Mania
I'm back again with the power of my backup pc since my computer is still broken (and game dev is put on hold), and I dived a little deeper into Android development with Java. I made this little math quizzing game from the Full Android 11 Masterclass Course by Oak Academy. In the course, we were only shown how to make the addition part of the game, but I refactored the game to also have options for division, subtraction and multiplication, and it shows you the correct answer upon any wrong guess (which was not part of the course). The entire UI was made by me.This game has a 60-second timer in which the player needs to solve math sums, from +, -, /, and * and each time they guess wrong, they lose a life, and when guessed correct, they earn points on their score. If the player loses all of their lives, the game ends and they have the option to play again or exit the game. Easy peasy!😁
## Main UI




