Skip to content

charlesdeuter/rover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# A quick coding excercise done in ruby
# The grid represents an x by y length grid of an arbitrary unit size
# Rovers can then be located on the grid and directed to move or turn
# The state can then be accessed through attr_accessors

#install dependencies
bundle install --path .bundle

#run unit tests
bundle exec rspec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages