An open API service indexing awesome lists of open source software.

https://github.com/minju25kim/robot-test

test robot movement
https://github.com/minju25kim/robot-test

datacamp

Last synced: over 1 year ago
JSON representation

test robot movement

Awesome Lists containing this project

README

          

# robot-test

## Links
- reference [coding-test-simulate-a-robot](https://github.com/datacamp-engineering/coding-test-simulate-a-robot)
- [coordinate grid template](https://www.geogebra.org/m/VWN3g9rE)
- [jasmine documentation](https://jasmine.github.io/pages/getting_started.html)

## what I learned
- how to write class declaration
- how to set up test file
- how to use git ignore

## result
- test command I tried `npx jest robot-simulator.spec.js`

https://user-images.githubusercontent.com/48757517/159597080-74ccd14a-6847-48c4-858c-cc65cb0d2640.mp4

## Extra Things to do...
- add grid to show the robot's location
- make robot work with command from the point where robot already existed
- use keyboard control to move robot's coordinate