Skip to main content

Mental Math Companion

Exercise your mental math skills by practicing for only minutes a day, if you spend enough time with this program you're going to become one heck of a number crunching wizard! >.>


anonymous joe
(cobra2)
The GUI is rather straight forward and intuitive in my opinion so i will not be "walking you through" ever single button. This project was actually inspired by some mental math lectures (TTC - Secrets of Mental Math) and i developed this program to practice my newly acquired skills. i hope this benefits you as much as does me.

Changes

Links

Home Page
http://www.sendspace.com/file/q3gapm

Releases

Mental Math Companion 2.1 alpha — 11 Jul, 2011

Pygame.org account Comments

  • Dinkydoo 2011-07-15 22:31

    nice, but could you make it so that keypad numbers work as well?  They work if you change

    if event.key == pygame.K_1:

    to

    if event.key == pygame.K_1 or event.key == pygame.K_KP1:

    For each digit.