/toy-robot

An attempt at solving the toy robot challenge using Ruby

Primary LanguageRuby

Toy Robot Coding Challenge

This is an attempt at solving the toy robot challenge using Ruby.

screenshot

Getting Started

  1. 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
  1. Then go into toy-robot and install app dependencies:
$ cd toy-robot
$ bundle i
  1. Lastly, initiate the app:
$ ruby main.rb
  1. Enjoy!

Note: To run test for the repo, simply:

$ bundle exec rspec