This was posted 6 years 1 month 14 days ago, and might be an out-dated deal.

Related
  • expired

Google Play: Calc Fast. - Free (Was $0.99) for Android

130

Fun math game, where you need to think fast to solve math equations

Calc Fast is a math game, where you need to solve as many math equations as possible in 60 seconds.

The game will present you with addition, subtraction, multiplication, and division. Try your best and make the highscore table.

Great game if you are new to basic mathematic calculations, want to improve your math skills, or need a brain teaser. The game will provide you with statistics about your performance, telling you what you are best at and which equations you are getting wrong.

Related Stores

Google Play
Google Play
Marketplace
Calc Fast - Math Game
Calc Fast - Math Game

closed Comments

  • +1

    Put [Google Play] in title

    • +6

      That’s the most helpful comment you’ve made today jv

      • +1

        I thought the grammatical ones were pretty worthy…

  • +3

    5 (took me 4 seconds to work it out)

    • +1

      You're now ready for the Pro Version

  • +2

    I prefer my own math game….

    $score = 0;
    
    for($i=0;$i<5;$i++) {
      $a = int(rand(10));
      $b = int(rand(10));
    
      $ans = $a+$b;
      print "$a + $b = ";
    
      $my_ans = <STDIN>;
    
      if($ans == $my_ans) {
        print "Correct!\n";
        $score++;
      }
      else {
        print "Wrong! $a+$b = $ans\n";
      }
    }
    print "Your score is $score\n";
    
    C:\src\math>math.pl
    0 + 5 = 5
    Correct!
    8 + 8 = 88
    Wrong! 8+8 = 16
    7 + 3 = 10
    Correct!
    1 + 0 = 1
    Correct!
    6 + 8 = 14
    Correct!
    Your score is 4
    
    • core dump.

      • This won't core dump.
        Oh.. I forgot you are a grammar teacher, not a computer scientist or a computer engineer….

        • I dated Augusta Ada Byron.
          We collaborated on some papers.

    • Oh so thats what a perl script looks like… Looks like C without the libraries and variable declarations… so will need to download an interpreter to run it. Again, faster. This time in Powershell!

  • Quick maffs

  • Weird that it has a permission for "receive data from Internet". Probably ads?

Login or Join to leave a comment