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 watch
to start webpack compilation watcher - Open
build/index.html
file in your browser - Edit
src/ControlRoom.js
file to make your robot smarter
To run tests use npm test
command.