Robots
For context on why I made this, see my blog post: Here are my code exercises I submitted to get job interviews (part 2)
To execute this program, run the following:
npm install
make
To run tests
make test
Info
- src/main.js contains the final version.
- src/initial-prototype.js contains a 'quick' prototype.