The martian robot
Install packages
npm install
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 .
This is to test the Robot lib
npm test