Toy Robot by William Porter
Getting Started
This CLI app takes instructions through the commands.txt
file. Place valid commands into that file and run yarn start
yarn install
yarn start
Valid Command Examples
PLACE 0, 1, North
RIGHT
LEFT
MOVE
REPORT
Run tests
yarn test