/Croody

The martian robot

Primary LanguageJavaScript

Croody

The martian robot

Setup Croody

Install packages

npm install

Run Croody cli

This will run the croody cli. List of prompts:

  • Coordinate of map ( example: 5 3 ).
  • Number of robots ( example: 3 ).
  • Enter coordinate of robots( example: 1 1 E ).
  • Enter instructions( example: RFRFRFRF).
node .

Test Croody

This is to test the Robot lib

npm test