We're proud to present an exciting, simple game that is supported by every
screen and its appendant resolution. Combined with the classical console design
a magical gaming experience is guaranteed. Enjoy!
Features:
* Innovative gamedesign
* Simple gameplay
* Highscore
* DOS style
* Available for every screen and its resolution
* Online highscore & achievements coming soon!
Description:
* Select a digit by tapping it
* Move a digit by selecting it first and taping the desired destination afterwards
* Avoid the moving minus-operators by bringing your digits to safety
* If a digit is hitten by a minus-operator the value will be reduced
* If a digit is hitten by a plus-operator the value will be increased
* If a digit is hitten by a "<"-operator the value is set to the minimum (1)
* If a digit is hitten by a ">"-operator the value is set to the maximum (9)
* If a digit reaches the value 0 or lower the game is over
Secret tips:
To reach an insane highscore you have to understand how you get points.
Basically it's really easy and you can definitely use this knowledge to your advantage:
digits := {d1,d2,..,MAX_DIGITS}
pointsPerLevel = ∑ (max(digits)*level) + ∑ digitsmax(digits)
In words: The highest digit(s) is(are) multiplied with the level you completed.
All lower digits are added!
For example:
Level 5 completed
Case 1:
Digits {9,8,8,8}
-> pointsPerLevel = 9*5 + 8 + 8 + 8 = 69
Case 2 (Better):
Decrease one digit on purpose!
-> Digits {8,8,8,8}
-> pointsPerLevel = 8*5 + 8*5 + 8*5 + 8*5 = 160
Keep that in mind.
We really appreciate comments, ratings and likes!
If you have improvement suggestions simply let us know!
=> http://www.facebook.com/SuperiorCoding