epscylonb / toy_robot

Solution to the toy robot programming challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My solution to the popular toy robot programming challenge. See RULES for the details.

To run first install the dependencies:

    bundle install

Then to run the robot interactively:

    ./bin/toy_robot

To run the tests:

    rspec

About

Solution to the toy robot programming challenge


Languages

Language:Ruby 100.0%