index
:
xlgmokha/mathy.git
main
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Collapse
)
Author
2014-04-26
include total time in the final report.
mo khan
2014-04-26
bump version.
v0.0.2
mo khan
2014-04-26
remove default.
mo khan
2014-04-26
replace addition and subtraction classes in place of operator.
mo khan
2014-04-26
push up calculate method to base class.
mo khan
2014-04-26
extract method to play all turns.
mo khan
2014-04-26
extract method to lookup the operation.
mo khan
2014-04-26
move final report to console.
mo khan
2014-04-26
instantiate verification in a single location as a default parameter.
mo khan
2014-04-26
inject each operation with the difficulty.
mo khan
2014-04-26
pass console to game and let it set up the game.
mo khan
2014-04-26
move difficult prompt to console so the player can choose.
mo khan
2014-04-26
inline operation parameter into method.
mo khan
2014-04-26
let the difficulty decide what operations the user can choose.
mo khan
2014-04-26
extract player class.
mo khan
2014-04-26
refactor to template method. (blah)
mo khan
2014-04-26
always sort the operands for grade two level.
mo khan
2014-04-26
extract difficulty and allow it to generate a list of operands to compute.
mo khan
2014-04-26
move x and y generation to each operation.
mo khan
2014-04-26
move operations to a separate folder.
mo khan
2014-04-26
collapse case statement.
mo khan
2014-04-26
split out mathy to separate files.
mo khan
2014-04-26
move mathy code to lib/mathy.rb
mo khan
2014-04-26
create a gem.
mo khan