ArithMaster
by Croned
ArithMaster
Tags for ArithMaster
Description
Try to produce every number from 1 to infinity using only the digits 1 through 5 and a few select operators! Receive a maximum score for each level by using each digit only once.
How to Play
Type in a mathematical expression that evaluates to your intended number. You *must use every digit 1 through 5 at least once*, and you can only use the operators addition, subtraction, multiplication, division, and exponents.
To use exponents, format it like so: _pow(base, exponent)_
Comments
panthchesh
Feb. 15, 2017
too easy since you allow multiples of the same digit :). To the person below me, you need to end the parenthesis, just like in math
Multiples of the same digit are allowed because the only way to get the maximum score (100 points) is to use each digit only once.
Flo00
Feb. 14, 2017
Ot's an interesting idea. Two things: First an in-game description should be there. I had to look at the description on kongregate to know what I have to do. Second: There is a bug: If you type "5+5*(1234" the game thinks I did 10, because I have used all numbers and it didn't evaluate the *(1234 part.
The bug should be fixed! Thanks for the help and let me know if you find any more issues.
panthchesh
Feb. 15, 2017
For instance, you can do 1+2+3+4+5 then add up to 5 to get to the number you want to be at. So 30 = 1+2+3+4+5+5+5+5