This test is to identify any errors in the game mechanics.
The game mechanics that are put to test is the random number generation, equation generator and the movement of the character.
The random equation generator component which is the crucial part of game mechanics has been tweaked to avoid it from giving illegal arguments or equations.
The prevention measure has been put to prevent the generator from generating division by zero equation, negative numbers and extreme high number for equations.
The answer for the equations is randomly distributed among 5 boxes in the game level.
However, the answer is not visible on the box.
The player needs to guess the box to find the correct answer.
The random distribution works correctly, and the character movement is smooth.
Overall, the tester satisfied with the correctness of game mechanics.