1.1.4 • Published 5 years ago

kponce-robot-cli v1.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

robot-cli

Robot displacement console app.

install this package via npm

npm install -g kponce-robot-cli

commands

place

alias: p

description: places the robot anywhere in 5 x 5 unit table.

Parameters

  • XCoordinate (Numeric 0-5)
  • YCoordinate (Numeric 0-5)
  • direction (NORTH,EAST,SOUTH and WEST)
robot-cli place
? xCoordinate: 1
? yCoordinate: 2
? direction: North

move

alias: m

description: moves robot one unit to the direction it is facing.

usage:

robot-cli move

left

alias: l

description: rotates the robot 90 degrees to the left (counter clockwise).

usage:

robot-cli left

right

alias: r

description: rotates the robot 90 degrees to the right (clockwise).

usage:

robot-cli right

report

alias: rep

description: outputs the X Coordinate, Y Coordinate and the Facing direction of the robot.

usage:

robot-cli report

Rules

  • Ignores move command if the robot will fall off the table 5 x 5 units
  • Ignores place command if inputs are not valid data types
1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago