A program that navigates an imaginary robotic hoover.
-
Clone this repository and navigate to the project root.
-
Run
npm install
-
To run the programme:
npm start
ornode index.js
-
To run the test suite:
npm test
-
To run and view the test-coverage suite:
npm run test-cover
- Open the generated file:
./coverage/lcov-report/index.html
in a browser to see the full report.
-
X
: A clean coordinate. -
O
: A pile of dirt.