Sunday, September 30, 2012

Math Genius

Language: Windows Batch Script (.bat)

Challenge yourself to increase your counting speed with this script
There are additions, subtraction, multiplication, division, squares, cubes, square root, cube root or random challenges with 4 difficulty level.
It has a score logs function too. If you want to change the location of the score logs and file format, just change this:
Folder address "Data\MathGenius" (in the third line) to any folder address you want
File name and format "Scores.log" in the fourth line to any name you want and don't forget to include the file extensions in your file name (if it is not hidden)

View the source code here:
https://github.com/wthe22/batch-scripts/blob/master/Math-Genius.bat

No comments:

Post a Comment