Skip to content

My solution for a toy robot with Ruby following POODR from Sandi Metz

Notifications You must be signed in to change notification settings

ej-1/eriks_toy_robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

  • Ruby version 2.4.1

  • Some assumptions I've made from the instructions

  • turning 90 degrees to the right or left is NOT meant to be done in a clockwise or counter-clockwise fashion.

  • the class can receive coordinates which are outside of the table, but I don't count that as it falling off the table, simply that it is put off the table and can then ignore commands.

  • To run all test ´bundle exec rspec´

  • Run application with ruby main.rb

About

My solution for a toy robot with Ruby following POODR from Sandi Metz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages