Hi Community!
MathManiac is a simple arithmetic game where you can put your knowledge to the maximum, this game helps you to streamline your mind, increase your concentration and at the same time practice your mathematical knowledge, complete information is requested as an introduction and at the end a complete report is given, so you can improve and get better!
Software used
- • Dev-C++
Step by step
This code was made on my first year of college for the final proyect of a programming class, i've made it with two other friends in class, so it may appear a little messy, but it fully works!
First we need to include the libraries and express the variables we're gonna need.
Then we're gonna start writing the functions to make our program work properly (presentation, rules, arithmetic operations, menu)
After this we're gonna start with our main function, were we call the other functions and also were the user makes choices!
Finally we start making the logic behind the game, were we keep the score and at the end show the results!
Of course this is only an introduction of what each section of my code do! That way you can go to my github, download it, change whatever you like, or even play to train your brain!
Make sure to check our github code about MathManiac where you can download and use it!
Github Code!