class Interview::Robot
- Interview::Robot
- Reference
- Object
Defined in:
interview/robot.crConstructors
Instance Method Summary
- #collision_with(x : Int32, y : Int32)
- #direction : String
- #direction=(direction : String)
- #execute(command : String)
- #help
- #move
- #obstacles : Hash(Array(Int32), Bool)
- #obstacles=(obstacles : Hash(Array(Int32), Bool))
- #position : Array(Int32)
- #position=(position : Array(Int32))
- #turn_left
- #turn_right