Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 500 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 500 Bytes

Robot Hoover

A program that navigates an imaginary robotic hoover.

How to use

  • Clone this repository and navigate to the project root.

  • Run npm install

  • To run the programme:

    • npm start or node 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.

    Grid Key

  • X: A clean coordinate.

  • O: A pile of dirt.