From: David B. <db...@ta...> - 2006-08-26 14:17:07
|
Thanks Atief! > I've been using TuxMath to teach my little bro how to calculate lately and > it's been a huge success. > > I've been looking at the code and can't help thinking that the Max Answer > and the Range for the operands somehow cancel eachother out, wouldn't it be > better to be able to define just the operands freely and get the max answer > as a result from them? > > Anyhow, i've made a little improvement on substraction in game.c, it > removes a redundant loop. I hope you like it. The code has changed a lot since the version you looked at. Everything related to generation of math questions is now in two new files, mathcards.c and mathcards.h. You can find the latest source at https://svn.tux4kids.net/tuxmath/. -- David Bruce |