summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-04-26include total time in the final report.mo khan
2014-04-26bump version.v0.0.2mo khan
2014-04-26remove default.mo khan
2014-04-26replace addition and subtraction classes in place of operator.mo khan
2014-04-26push up calculate method to base class.mo khan
2014-04-26extract method to play all turns.mo khan
2014-04-26extract method to lookup the operation.mo khan
2014-04-26move final report to console.mo khan
2014-04-26instantiate verification in a single location as a default parameter.mo khan
2014-04-26inject each operation with the difficulty.mo khan
2014-04-26pass console to game and let it set up the game.mo khan
2014-04-26move difficult prompt to console so the player can choose.mo khan
2014-04-26inline operation parameter into method.mo khan
2014-04-26let the difficulty decide what operations the user can choose.mo khan
2014-04-26extract player class.mo khan
2014-04-26refactor to template method. (blah)mo khan
2014-04-26always sort the operands for grade two level.mo khan
2014-04-26extract difficulty and allow it to generate a list of operands to compute.mo khan
2014-04-26move x and y generation to each operation.mo khan
2014-04-26move operations to a separate folder.mo khan
2014-04-26collapse case statement.mo khan
2014-04-26split out mathy to separate files.mo khan
2014-04-26move mathy code to lib/mathy.rbmo khan
2014-04-26create a gem.mo khan