These programs may be freely distributed for non-commercial use only. They are copyrighted! They may not be sold or included with any other software collection (CD ROMs, etc) without my written permission. Do not alter the copyright notices or any other portion of these programs.
SumFun - A simple puzzle game to improve your math skills. It contains 3 variations; Summation, Product and Average. The goal is to remove all tiles from the board in the fewest possible moves. To remove a tile you must place the next tile in the queue next to the tile or tiles where the sum/product/average modulo 10 is equal to the placed tile. In other words the rightmost significant digit. All tiles surrounding the blank square where the new tile is place are searched (8 total).
SumFun is based on the Palm OS game "Summing" by Yoshitaka Nagano. I became addicted to this game and wanted a version which ran under Mac OS-X. Hence SumFun was born. You can find Yoshitaka's Palm OS program on his website: NiceNine
Summation Example:
Looking at the picture above, the next tile to place is a 0, placing it
next to the 8 and 2 at the upper right will cause tiles 8 and 2 to disappear
as well as the placed 0.
(8 + 2 = 10, the rightmost significant digit is 0)
Version 1.2.1 - Jan 29, 2006 - Universal Binary