summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2012-02-19remove each command from the queue after it is run.mo k
2012-02-16create anonymous command.mo k
2012-02-16create command processor.mo k
2012-02-16figure out how to interact with the console.mo k
2012-02-14remove terrain parameter when moving a heading forward.mo k
2012-02-13clone the current locationmo k
2012-02-13considering a different direction where the terrain actually moves the rover ↵mo k
after doing a bounds check.
2012-02-13prevent falling off the map when on the edge and facing east.mo k
2012-02-13check bounds when facing south and moving forward.mo k
2012-02-12add boundary checks when facing north and moving forward.mo k
2012-02-12split out each heading into a separate file.mo k
2012-02-12forward the terrain to the heading when moving forward.mo k
2012-02-12remove to_sym from each heading.mo k
2012-02-12remove Direction class.mo k
2012-02-12move forward when facing east or west.mo k
2012-02-12instead of returning a new coordinates hash just update the hash.mo k
2012-02-12moving forward when facing north or south.mo k
2012-02-11fix spec to move forward.mo k
2012-02-11start moving the rover forward.mo k
2012-02-11refactor conditional using a hash.mo k
2012-02-11refactor conditional to polymorphismmo k
2012-02-11pass starting heading into to constructor.mo k
2012-02-11when facing west and turning left and right.mo k
2012-02-11when facing east and turning left or right.mo k
2012-02-11when facing south and turning left or right.mo k
2012-02-11when facing north and turn left.mo k
2012-02-11building a rover.mo k
2012-02-11spiking out developwithpassion_fakes. i like it!mo k
2011-11-14just found out that MiniTest::Mock falls apart when trying to return ↵mo k
different values for a single method when passing in different parameters.
2011-11-12move specification to its own folder.mo k
2011-11-12move find_all_books_by_author to separate file.mo k
2011-11-12add find_all_matching to library.mo k
2011-11-12move publisher to a separate file.mo k
2011-11-12update equality for Book.mo k
2011-11-12add author, publisher and publishing year to book.mo k
2011-11-11move library to a separate file.mo k
2011-11-11move to lib and test folder and add rakefile.mo k