-
The rover has a starting point (x,y) and a direction (N,S,E,W) property which describe the initial position and facing direction.
-
The rover receives commands as a character array.
-
Implement the rover functionality that moves the rover forward (M).
-
Implement the rover functionality that turns the rover left/right (L,R).
-
Implement wrapping from one side of the grid to another.
-
Implement the functionality in a test-driven manner. (MarsRover.spec.js)
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|