index
:
xlgmokha/ruby_practice.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
/
rover.rb
Age
Commit message (
Expand
)
Author
2012-02-14
remove terrain parameter when moving a heading forward.
mo k
2012-02-13
considering a different direction where the terrain actually moves the rover ...
mo k
2012-02-12
split out each heading into a separate file.
mo k
2012-02-12
forward the terrain to the heading when moving forward.
mo k
2012-02-12
remove to_sym from each heading.
mo k
2012-02-12
remove Direction class.
mo k
2012-02-12
move forward when facing east or west.
mo k
2012-02-12
instead of returning a new coordinates hash just update the hash.
mo k
2012-02-12
moving forward when facing north or south.
mo k
2012-02-11
fix spec to move forward.
mo k
2012-02-11
start moving the rover forward.
mo k
2012-02-11
refactor conditional using a hash.
mo k
2012-02-11
refactor conditional to polymorphism
mo k
2012-02-11
pass starting heading into to constructor.
mo k
2012-02-11
when facing west and turning left and right.
mo k
2012-02-11
when facing east and turning left or right.
mo k
2012-02-11
when facing south and turning left or right.
mo k
2012-02-11
when facing north and turn left.
mo k
2012-02-11
building a rover.
mo k