This is an attempt at solving the toy robot challenge using Ruby.
- To get started quickly, simply go to your terminal or command-line and clone the repo:
$ cd your_directory
$ git clone https://github.com/ongsterr/toy-robot.git
- Then go into
toy-robot
and install app dependencies:
$ cd toy-robot
$ bundle i
- Lastly, initiate the app:
$ ruby main.rb
- Enjoy!
Note: To run test for the repo, simply:
$ bundle exec rspec