This exercise requires you to write navigation logic for the robot to achieve the final destination.
- Basic knowledge of programming
- Installed Git
- Installed Node.js and NPM
- Fork/Clone this repository
- Go to repository directory and run
npm install - Run
npm run watchto start webpack compilation watcher - Open
build/index.htmlfile in your browser - Edit
src/ControlRoom.jsfile to make your robot smarter
To run tests use npm test command.