Mars Rovers

Image of Mars Rovers

Install

$ git clone git@github.com:aliaksandrb/mars_rovers.git
$ cd mars_rovers
$ bundle
$ rake # to run the tests suite

Usage example

# within mars_rovers folder

$ irb

$LOAD_PATH.unshift('lib')
require 'play'
MarsRovers::Play.run('tests/fixtures/input.txt') # or any other path with an input

🙈