Skip to content

A program that navigates an imaginary robotic hoover.

Notifications You must be signed in to change notification settings

hughbric/robot_hoover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A program that navigates an imaginary robotic hoover.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published